Share via


SPTrustedLoginProvider.DefaultProviderRealm property

Gets or sets a string that represents the realm to be used during the request to the login provider.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DefaultProviderRealm As String
    Get
    Set
'Usage
Dim instance As SPTrustedLoginProvider
Dim value As String

value = instance.DefaultProviderRealm

instance.DefaultProviderRealm = value
public string DefaultProviderRealm { get; set; }

Property value

Type: System.String
A string that represents the realm to be used during the request to the login provider.

Exceptions

Exception Condition
ArgumentNullException

The value is a null reference (Nothing in Visual Basic).

See also

Reference

SPTrustedLoginProvider class

SPTrustedLoginProvider members

Microsoft.SharePoint.Administration.Claims namespace