OAuthS2STrustedIssuer.PublicKeyCertificates Property

 

Gets a list of public keys to verify the trusted issuer.

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

Syntax

public IList<X509Certificate2> PublicKeyCertificates { get; }
public:
property IList<X509Certificate2^>^ PublicKeyCertificates {
    IList<X509Certificate2^>^ get();
}
member PublicKeyCertificates : IList<X509Certificate2> with get
Public ReadOnly Property PublicKeyCertificates As IList(Of X509Certificate2)

Property Value

Type: System.Collections.Generic.IList<X509Certificate2>

Returns a list of public keys.

See Also

OAuthS2STrustedIssuer Class
Microsoft.Workflow.Client.Security Namespace

Return to top