OAuthS2SAccessControlServiceSettings.StsPrincipalId Property

 

Gets or sets the Security Token Service's principal identity.

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

Syntax

[DataMemberAttribute(Name = "StsServicePrincipalId", EmitDefaultValue = true)]
public string StsPrincipalId {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(Name = "StsServicePrincipalId", EmitDefaultValue = true)]
property String^ StsPrincipalId {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<DataMemberAttribute(Name = "StsServicePrincipalId", EmitDefaultValue = true)>]
member StsPrincipalId : string with get, set
<DataMemberAttribute(Name := "StsServicePrincipalId", EmitDefaultValue := True)>
Public Property StsPrincipalId As String

Property Value

Type: System.String

The Security Token Service's principal identity.

See Also

OAuthS2SAccessControlServiceSettings Class
Microsoft.Workflow.Client.Security Namespace

Return to top