Share via


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)

Syntax

[DataContractAttribute]
public enum CredentialType
[DataContractAttribute]
public enum class CredentialType
<DataContractAttribute>
Public Enumeration CredentialType

Members

Member name Description
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.

See Also

Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top