### YamlMime:JavaType constructors: - fullName: system.fabric.WindowsCredentials.WindowsCredentials() name: WindowsCredentials() nameWithType: WindowsCredentials.WindowsCredentials() summary:
Initializes a new instance of the
The protection level of the credential.
type:Gets how communication is protected, default value is
The list of active directory domain identities of remote clients, each entry can be either account name or group name.
type:Gets the list of active directory domain identities of remote clients, each entry can be either account name or group name.
syntax: public ListThe service principal name of remote listener, can be left empty if the remote listener runs as machine accounts.
type:Gets the service principal name of remote listener, can be left empty if the remote listener runs as machine accounts.
syntax: public String getRemoteSpn() uid: system.fabric.WindowsCredentials.getRemoteSpn() - fullName: system.fabric.WindowsCredentials.setProtectionLevel(ProtectionLevel protectionLevel) name: setProtectionLevel(ProtectionLevel protectionLevel) nameWithType: WindowsCredentials.setProtectionLevel(ProtectionLevel protectionLevel) parameters: - description:The protection level of the credential.
name: protectionLevel type:Sets how communication is protected, default value is
The service principal name of remote listener, can be left empty if the remote listener runs as machine accounts.
name: remoteSpn type:Sets the service principal name of remote listener, can be left empty if the remote listener runs as machine accounts.
syntax: public void setRemoteSpn(String remoteSpn) uid: system.fabric.WindowsCredentials.setRemoteSpn(String) nameWithType: WindowsCredentials syntax: public class WindowsCredentials extends SecurityCredentials type: class uid: system.fabric.WindowsCredentials fullName: system.fabric.WindowsCredentials name: WindowsCredentials package: system.fabric summary:Represents the active directory domain credential.
metadata: {}