Share via


SecurityProperty.Name Property

 

Gets the SecurityProperty Name.

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

Syntax

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

Property Value

Type: System.String

For SecurityProperty instances that represent Email claims, CommonName claims, Group claims and UPN claims the Name property is equal to the name of the claim type. For example, "Group" for a SecurityProperty that represents a Group claim. However in the case of a SecurityProperty instance that represents a CustomClaim, the Name property is the Name value of the Custom claim.

See Also

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

Return to top