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