SecurityProperty.Uri Property

 

Gets the SecurityProperty Uri. The Uri property identifies the type of AD FS claim represented by the SecurityProperty instance.

Namespace:   System.Web.Security.SingleSignOn.Authorization
Assembly:  System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)

Syntax

public string Uri { get; }
public:
property String^ Uri {
    String^ get();
}
member Uri : string with get
Public ReadOnly Property Uri As String

Property Value

Type: System.String

The SecurityProperty Uri.

See Also

SecurityProperty Class
System.Web.Security.SingleSignOn.Authorization Namespace

Return to top