다음을 통해 공유


SecurityCredentials.CredentialType Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Indicates the type of security credentials to use in order to secure the cluster – valid values are "none", "x509", "Windows".

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public CredentialType CredentialType { get; protected set; }

Property Value

Type: System.Fabric.CredentialType

The type of security credentials to use in order to secure the cluster.

See Also

SecurityCredentials Class
System.Fabric Namespace

Return to top