SecurityProperty.CreateCustomClaimProperty Method (String, String)
Creates an instance of the SecurityProperty class which represent AD FS Custom Claims.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public static SecurityProperty CreateCustomClaimProperty(
string name,
string value
)
public:
static SecurityProperty^ CreateCustomClaimProperty(
String^ name,
String^ value
)
static member CreateCustomClaimProperty :
name:string *
value:string -> SecurityProperty
Public Shared Function CreateCustomClaimProperty (
name As String,
value As String
) As SecurityProperty
Parameters
name
Type: System.StringThe claim name.
value
Type: System.StringThe claim value.
Return Value
Type: System.Web.Security.SingleSignOn.Authorization.SecurityProperty
A new instance of the SecurityProperty class.
See Also
SecurityProperty Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top