ClaimTypes.OtherPhone Property

Definition

Gets the URI for a claim that specifies the alternative phone number of an entity.

public:
 static property System::String ^ OtherPhone { System::String ^ get(); };
public static string OtherPhone { get; }
static member OtherPhone : string
Public Shared ReadOnly Property OtherPhone As String

Property Value

The URI for a claim that specifies the alternative phone number of an entity.

Remarks

The string returned by this property is http://schemas.xmlsoap.org/ws/2005/05/identity/claims/otherphone.

Applies to