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 name of the assembly where the claims provider is defined.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AssemblyName As String
Get
'Usage
Dim instance As SPClaimProviderDefinition
Dim value As String
value = instance.AssemblyName
public string AssemblyName { get; }
Property Value
Type: System.String
A String that contains the name of the assembly where the claims provider will be loaded by System.Reflection.Assembly.Load (String).
See Also
Reference
SPClaimProviderDefinition Class