SPTrustedClaimProviderDefinition.CheckTypeForClaimProviderInheritance method
This member overrides SPClaimProviderDefinition.CheckTypeForClaimProviderInheritance(Type).
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Overrides Sub CheckTypeForClaimProviderInheritance ( _
type As Type _
)
'Usage
Dim type As Type
Me.CheckTypeForClaimProviderInheritance(type)
protected internal override void CheckTypeForClaimProviderInheritance(
Type type
)
Parameters
- type
Type: System.Type
See also
Reference
SPTrustedClaimProviderDefinition class