SPClaimProviderFeatureReceiver.ClaimProviderAssembly property
When implemented in a derived class, gets the name of the assembly that contains the claims provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ClaimProviderAssembly As String
Get
'Usage
Dim instance As SPClaimProviderFeatureReceiver
Dim value As String
value = instance.ClaimProviderAssembly
public abstract string ClaimProviderAssembly { get; }
Property value
Type: System.String
A String containing the name of the claims provider assembly.
See also
Reference
SPClaimProviderFeatureReceiver class