ClaimFactory.CreateCustom Method (String)
Creates a custom claim and assigns a name to it.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CustomClaim CreateCustom(
string customName
)
public:
CustomClaim^ CreateCustom(
String^ customName
)
member CreateCustom :
customName:string -> CustomClaim
Public Function CreateCustom (
customName As String
) As CustomClaim
Parameters
customName
Type: System.StringThe name for this custom claim.
Return Value
Type: System.Web.Security.SingleSignOn.CustomClaim
Returns a CustomClaim object.
See Also
ClaimFactory Class
System.Web.Security.SingleSignOn Namespace
Return to top