SecurityCredentials.CredentialType Property

Definition

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

public System.Fabric.CredentialType CredentialType { get; protected set; }
member this.CredentialType : System.Fabric.CredentialType with get, set
Public Property CredentialType As CredentialType

Property Value

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

Applies to