OAuthS2SSelfIssuedCredential.SigningCertificate Property

 

Gets or sets the certificate used to sign the token.

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

Syntax

public X509Certificate2 SigningCertificate {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property X509Certificate2^ SigningCertificate {
    [CompilerGeneratedAttribute]
    X509Certificate2^ get();
    [CompilerGeneratedAttribute]
    private: void set(X509Certificate2^ value);
}
member SigningCertificate : X509Certificate2 with get, private set
Public Property SigningCertificate As X509Certificate2
    Get
    Private Set
End Property

Property Value

Type: System.Security.Cryptography.X509Certificates.X509Certificate2

Returns the certificate thumbprint.

See Also

OAuthS2SSelfIssuedCredential Class
Microsoft.Workflow.Client.Security Namespace

Return to top