UserNameSecurityTokenParameters Class

Definition

Represents the parameters for a user name security token.

public ref class UserNameSecurityTokenParameters : System::ServiceModel::Security::Tokens::SecurityTokenParameters
public class UserNameSecurityTokenParameters : System.ServiceModel.Security.Tokens.SecurityTokenParameters
type UserNameSecurityTokenParameters = class
    inherit SecurityTokenParameters
Public Class UserNameSecurityTokenParameters
Inherits SecurityTokenParameters
Inheritance
UserNameSecurityTokenParameters

Remarks

This class is a collection of token properties and methods, and is used in creating security binding elements and tokens.

Constructors

UserNameSecurityTokenParameters()

Initializes a new instance of the UserNameSecurityTokenParameters class.

UserNameSecurityTokenParameters(UserNameSecurityTokenParameters)

Initializes a new instance of the UserNameSecurityTokenParameters class.

Properties

HasAsymmetricKey

Gets a value that indicates whether the token has an asymmetric key.

HasAsymmetricKey

When overridden in a derived class, gets a value that indicates whether the token has an asymmetric key.

(Inherited from SecurityTokenParameters)
InclusionMode

Gets or sets the token inclusion requirements.

(Inherited from SecurityTokenParameters)
ReferenceStyle

Gets or sets the token reference style.

(Inherited from SecurityTokenParameters)
RequireDerivedKeys

Gets or sets a value that indicates whether keys can be derived from the original proof keys.

(Inherited from SecurityTokenParameters)
SupportsClientAuthentication

Gets a value that indicates whether the token supports client authentication.

SupportsClientAuthentication

When overridden in a derived class, gets a value that indicates whether the token supports client authentication.

(Inherited from SecurityTokenParameters)
SupportsClientWindowsIdentity

Gets a value that indicates whether the token supports a Windows identity for authentication.

SupportsClientWindowsIdentity

When overridden in a derived class, gets a value that indicates whether the token supports a Windows identity for authentication.

(Inherited from SecurityTokenParameters)
SupportsServerAuthentication

Gets a value that indicates whether the token supports server authentication.

SupportsServerAuthentication

When overridden in a derived class, gets a value that indicates whether the token supports server authentication.

(Inherited from SecurityTokenParameters)

Methods

Clone()

Clones another instance of this instance of the class.

(Inherited from SecurityTokenParameters)
CloneCore()

Clones another instance of this instance of the class.

CloneCore()

Clones another instance of this instance of the class.

(Inherited from SecurityTokenParameters)
CreateKeyIdentifierClause(SecurityToken, SecurityTokenReferenceStyle)

Creates a key identifier clause for a token.

CreateKeyIdentifierClause(SecurityToken, SecurityTokenReferenceStyle)

Creates a key identifier clause for a token.

(Inherited from SecurityTokenParameters)
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)
InitializeSecurityTokenRequirement(SecurityTokenRequirement)

Initializes a security token requirement.

InitializeSecurityTokenRequirement(SecurityTokenRequirement)

When overridden in a derived class, initializes a security token requirement.

(Inherited from SecurityTokenParameters)
MatchesKeyIdentifierClause(SecurityToken, SecurityKeyIdentifierClause, SecurityTokenReferenceStyle)

Indicates whether a token matches a key identifier clause.

(Inherited from SecurityTokenParameters)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Displays a text representation of this instance of the class.

(Inherited from SecurityTokenParameters)

Applies to