Share via


WindowsCredentials.RemoteIdentities Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

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

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public IList<string> RemoteIdentities { get; private set; }

Property Value

Type: System.Collections.Generic.IList<String>

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

See Also

WindowsCredentials Class
System.Fabric Namespace

Return to top