다음을 통해 공유


WindowsCredentials.RemoteSpn Property

 

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

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

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

Syntax

public string RemoteSpn { get; set; }

Property Value

Type: System.String

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

See Also

WindowsCredentials Class
System.Fabric Namespace

Return to top