SPClaimProviderDefinition.AssemblyName property

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

SPClaimProviderDefinition members

Microsoft.SharePoint.Administration.Claims namespace