<ST_CredMethod>
(Credentials Method)
Credentials method used for server access.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Integrated authentication. |
|
Use no credentials at all. |
|
Prompt for credentials. |
|
Use stored credentials. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_CredMethod">
<restriction base="xsd:string">
<enumeration value="integrated"/>
<enumeration value="none"/>
<enumeration value="stored"/>
<enumeration value="prompt"/>
</restriction>
</simpleType>