SPTrustedProviderBase.SigningCertificate property
Gets or sets the certificate with the public key used to sign tokens issued by the trusted provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SigningCertificate As X509Certificate2
Get
Set
'Usage
Dim instance As SPTrustedProviderBase
Dim value As X509Certificate2
value = instance.SigningCertificate
instance.SigningCertificate = value
public X509Certificate2 SigningCertificate { get; set; }
Property value
Type: System.Security.Cryptography.X509Certificates.X509Certificate2
A X509Certificate2 certificate with the public key used to sign tokens issued by the trusted provider.