Share via


SPLocalLoginProvider.SigningCertificateStoreName Property

Gets the name of the signing certificate store.

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

Syntax

'Declaration
Public ReadOnly Property SigningCertificateStoreName As String
    Get
'Usage
Dim instance As SPLocalLoginProvider
Dim value As String

value = instance.SigningCertificateStoreName
public string SigningCertificateStoreName { get; }

Property Value

Type: System.String
The name of the signing certificate store.

See Also

Reference

SPLocalLoginProvider Class

SPLocalLoginProvider Members

Microsoft.SharePoint.Administration.Claims Namespace