ClaimsIdentityFactory<TUser, TKey>.SecurityStampClaimType Property

Gets or sets the claim type used for the user security stamp.

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Public Property SecurityStampClaimType As String 
    Get 
    Set
'Usage
Dim instance As ClaimsIdentityFactory 
Dim value As String 

value = instance.SecurityStampClaimType

instance.SecurityStampClaimType = value
public string SecurityStampClaimType { get; set; }
public:
property String^ SecurityStampClaimType {
    String^ get ();
    void set (String^ value);
}
member SecurityStampClaimType : string with get, set
function get SecurityStampClaimType () : String 
function set SecurityStampClaimType (value : String)

Property Value

Type: System.String
The claim type used for the user security stamp.

See Also

Reference

ClaimsIdentityFactory<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity