WindowsCredentials Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET