OAuthS2SAuthenticationChallenge.TrustedIssuers Property

 

Gets the list of Trusted Issuers assigned to the Scope.

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

Syntax

public IEnumerable<string> TrustedIssuers { get; }
public:
property IEnumerable<String^>^ TrustedIssuers {
    IEnumerable<String^>^ get();
}
member TrustedIssuers : IEnumerable<string> with get
Public ReadOnly Property TrustedIssuers As IEnumerable(Of String)

Property Value

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

Returns the list of Trusted Issuers assigned to the Scope.

See Also

OAuthS2SAuthenticationChallenge Class
Microsoft.Workflow.Client.Security Namespace

Return to top