WindowsCredentials Class

Definition

Represents the active directory domain credential.

public sealed class WindowsCredentials : System.Fabric.SecurityCredentials
type WindowsCredentials = class
    inherit SecurityCredentials
Public NotInheritable Class WindowsCredentials
Inherits SecurityCredentials
Inheritance
WindowsCredentials

Constructors

WindowsCredentials()

Initializes a new instance of the WindowsCredentials class.

Properties

CredentialType

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

(Inherited from SecurityCredentials)
ProtectionLevel

Gets or sets how communication is protected, default value is EncryptAndSign.

RemoteIdentities

Gets or sets the list of active directory domain identities of remote clients, each entry can be either account name or group name.

RemoteSpn

Gets or sets the service principal name of remote listener, can be left empty if the remote listener runs as machine accounts.

Applies to