CustomClaim Constructor (String)
Initializes a new instance of the CustomClaim class.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CustomClaim(
string claimName
)
public:
CustomClaim(
String^ claimName
)
new :
claimName:string -> CustomClaim
Public Sub New (
claimName As String
)
Parameters
claimName
Type: System.StringThe name of the custom claim.
Remarks
The ClaimFactory class contains methods for creating new instances of CustomClaim objects.
See Also
CustomClaim Overload
CustomClaim Class
System.Web.Security.SingleSignOn Namespace
Return to top