Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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