Share via


OAuthS2SAppSettings.RemoteServicePrincipalId Property

 

Gets or sets the remote service's principal id.

Namespace:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public string RemoteServicePrincipalId {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ RemoteServicePrincipalId {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member RemoteServicePrincipalId : string with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property RemoteServicePrincipalId As String

Property Value

Type: System.String

Returns the remote service's principal id.

See Also

OAuthS2SAppSettings Class
Microsoft.Workflow.Client.Security Namespace

Return to top