CustomClaim Constructor

 

Initializes a new instance of the CustomClaim class. The default constructor should not be used, it is provided only for XML Serialization.

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

Overload List

Name Description
System_CAPS_pubmethod CustomClaim()

Initializes a new instance of the CustomClaim class. Do no use this default constructor; it is provided only for XML Serialization. Instead use CustomClaim(String).

System_CAPS_pubmethod CustomClaim(String)

Initializes a new instance of the CustomClaim class.

See Also

CustomClaim Class
System.Web.Security.SingleSignOn Namespace

Return to top