UserNameSecurityToken Class

Definition

Represents a security token that is based upon a user name and password.

public ref class UserNameSecurityToken : System::IdentityModel::Tokens::SecurityToken
public class UserNameSecurityToken : System.IdentityModel.Tokens.SecurityToken
type UserNameSecurityToken = class
    inherit SecurityToken
Public Class UserNameSecurityToken
Inherits SecurityToken
Inheritance
UserNameSecurityToken

Remarks

Use UserNameSecurityToken class to provide authentication credentials in the form of a user name and password.

Constructors

UserNameSecurityToken(String, String)

Initializes a new instance of the UserNameSecurityToken class using the specified user name and password.

UserNameSecurityToken(String, String, String)

Initializes a new instance of the UserNameSecurityToken class using the specified user name, password, and unique identifier.

Properties

Id

Gets a unique identifier of the security token.

Password

Gets the password for the user name associated with the security token.

SecurityKeys

Gets the cryptographic keys associated with the security token.

UserName

Gets the user name that is associated with the security token.

ValidFrom

Gets the first instant in time at which this security token is valid.

ValidTo

Gets the last instant in time at which this security token is valid.

Methods

CanCreateKeyIdentifierClause<T>()

Gets a value that indicates whether this security token is capable of creating the specified key identifier.

(Inherited from SecurityToken)
CreateKeyIdentifierClause<T>()

Creates the specified key identifier clause.

(Inherited from SecurityToken)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause)

Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier.

(Inherited from SecurityToken)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ResolveKeyIdentifierClause(SecurityKeyIdentifierClause)

Gets the key for the specified key identifier clause.

(Inherited from SecurityToken)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to