OAuthS2SSecurityConfiguration.TrustedIssuer Property

 

Gets or sets the trusted issuer for this Scope.

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

Syntax

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

Property Value

Type: Microsoft.Workflow.Client.Security.OAuthS2STrustedIssuer

The trusted issuer value configured on this Scope.

See Also

OAuthS2SSecurityConfiguration Class
Microsoft.Workflow.Client.Security Namespace

Return to top