Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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