CredentialType Enumeration

 

Indicates the type of credentials that are used for authentication of client computers on the provider.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

[DataContractAttribute]
public enum class CredentialType

Member nameDescription
Machine

Indicates that the credential type is certificate and the computer will be authenticated.

None

Indicates that credentials are not used.

User

Indicates that the credential type is Windows Identity and user accounts will be authenticated.

Return to top

Community Additions

ADD
Show: