SPLocalLoginProvider.SigningCertificate Property

Gets the signing certificate for the login provider.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property SigningCertificate As X509Certificate2
    Get
'Usage
Dim instance As SPLocalLoginProvider
Dim value As X509Certificate2

value = instance.SigningCertificate
public X509Certificate2 SigningCertificate { get; }

Property Value

Type: System.Security.Cryptography.X509Certificates.X509Certificate2
A X509Certificate2 for the login provider.

See Also

Reference

SPLocalLoginProvider Class

SPLocalLoginProvider Members

Microsoft.SharePoint.Administration.Claims Namespace