<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> (Integrated Authentication)

Integrated authentication.

<none> (No Credentials)

Use no credentials at all.

<prompt> (Prompt Credentials)

Prompt for credentials.

<stored> (Stored Credentials)

Use stored credentials.

Referenced By

<connection@credentials>3.13.1)

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>