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.
Derived classes must implement this read-only property to get the display name for the authentication provider.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public MustOverride ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As SPAuthenticationProvider
Dim value As String
value = instance.DisplayName
public abstract string DisplayName { get; }
Property Value
Type: System.String
A String object that contains the display name.
See Also
Reference
SPAuthenticationProvider Class