### YamlMime:JavaType constructors: - fullName: system.fabric.WindowsCredentials.WindowsCredentials() name: WindowsCredentials() nameWithType: WindowsCredentials.WindowsCredentials() summary:

Initializes a new instance of the class.

syntax: public WindowsCredentials() uid: system.fabric.WindowsCredentials.WindowsCredentials() inheritances: - - inheritedMembers: - system.fabric.SecurityCredentials.getCredentialType() - system.fabric.SecurityCredentials.loadFrom(FabricCodePackageActivationContext,String,String) - system.fabric.SecurityCredentials.setCredentialType(CredentialType) methods: - fullName: system.fabric.WindowsCredentials.getProtectionLevel() name: getProtectionLevel() nameWithType: WindowsCredentials.getProtectionLevel() returns: description:

The protection level of the credential.

type: summary: >-

Gets how communication is protected, default value is .

syntax: public ProtectionLevel getProtectionLevel() uid: system.fabric.WindowsCredentials.getProtectionLevel() - fullName: system.fabric.WindowsCredentials.getRemoteIdentities() name: getRemoteIdentities() nameWithType: WindowsCredentials.getRemoteIdentities() returns: description:

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

type: summary: >-

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

syntax: public List getRemoteIdentities() uid: system.fabric.WindowsCredentials.getRemoteIdentities() - fullName: system.fabric.WindowsCredentials.getRemoteSpn() name: getRemoteSpn() nameWithType: WindowsCredentials.getRemoteSpn() returns: description:

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

type: summary: >-

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: summary: >-

Sets how communication is protected, default value is .

syntax: public void setProtectionLevel(ProtectionLevel protectionLevel) uid: system.fabric.WindowsCredentials.setProtectionLevel(ProtectionLevel) - fullName: system.fabric.WindowsCredentials.setRemoteSpn(String remoteSpn) name: setRemoteSpn(String remoteSpn) nameWithType: WindowsCredentials.setRemoteSpn(String remoteSpn) parameters: - description:

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

name: remoteSpn type: summary: >-

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: {}