SPClaimProviderDefinition.ClaimProviderType property

Gets the Typeobject for this claims provider definition.

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

Syntax

'Declaration
Public ReadOnly Property ClaimProviderType As Type
    Get
'Usage
Dim instance As SPClaimProviderDefinition
Dim value As Type

value = instance.ClaimProviderType
public Type ClaimProviderType { get; }

Property value

Type: System.Type
A Type object for this claims provider definition.

Remarks

An SPClaimProviderException exception is thrown if this claims provider definition does not define a claims provider.

See also

Reference

SPClaimProviderDefinition class

SPClaimProviderDefinition members

Microsoft.SharePoint.Administration.Claims namespace