WindowsCredentials Class
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Represents the active directory domain credential.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Inheritance Hierarchy
System.Object
System.Fabric.SecurityCredentials
System.Fabric.WindowsCredentials
Syntax
public sealed class WindowsCredentials : SecurityCredentials
Constructors
Name | Description | |
---|---|---|
WindowsCredentials() | Initializes a new instance of the WindowsCredentials class. |
Properties
Name | Description | |
---|---|---|
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top