CustomClaim Constructor ()

 

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).

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

Syntax

public CustomClaim()
public:
CustomClaim()
new : unit -> CustomClaim
Public Sub New

Remarks

This constructor does not initialize the properties at all.

See Also

CustomClaim Overload
CustomClaim Class
System.Web.Security.SingleSignOn Namespace

Return to top