UserNameSecurityTokenParameters Class
Represents the parameters for a user name security token.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Security.Tokens::SecurityTokenParameters
System.ServiceModel.Security.Tokens::UserNameSecurityTokenParameters
| Name | Description | |
|---|---|---|
![]() | UserNameSecurityTokenParameters() | Initializes a new instance of the UserNameSecurityTokenParameters class. |
![]() | UserNameSecurityTokenParameters(UserNameSecurityTokenParameters^) | Initializes a new instance of the UserNameSecurityTokenParameters class. |
| Name | Description | |
|---|---|---|
![]() | HasAsymmetricKey | Gets a value that indicates whether the token has an asymmetric key.(Overrides SecurityTokenParameters::HasAsymmetricKey.) |
![]() | 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.(Overrides SecurityTokenParameters::SupportsClientAuthentication.) |
![]() | SupportsClientWindowsIdentity | Gets a value that indicates whether the token supports a Windows identity for authentication.(Overrides SecurityTokenParameters::SupportsClientWindowsIdentity.) |
![]() | SupportsServerAuthentication | Gets a value that indicates whether the token supports server authentication.(Overrides SecurityTokenParameters::SupportsServerAuthentication.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Clones another instance of this instance of the class.(Inherited from SecurityTokenParameters.) |
![]() | CloneCore() | Clones another instance of this instance of the class.(Overrides SecurityTokenParameters::CloneCore().) |
![]() | CreateKeyIdentifierClause(SecurityToken^, SecurityTokenReferenceStyle) | Creates a key identifier clause for a token.(Overrides SecurityTokenParameters::CreateKeyIdentifierClause(SecurityToken^, SecurityTokenReferenceStyle).) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | InitializeSecurityTokenRequirement(SecurityTokenRequirement^) | Initializes a security token requirement.(Overrides SecurityTokenParameters::InitializeSecurityTokenRequirement(SecurityTokenRequirement^).) |
![]() | MatchesKeyIdentifierClause(SecurityToken^, SecurityKeyIdentifierClause^, SecurityTokenReferenceStyle) | Indicates whether a token matches a key identifier clause.(Inherited from SecurityTokenParameters.) |
![]() | MemberwiseClone() | |
![]() | ToString() | Displays a text representation of this instance of the class.(Inherited from SecurityTokenParameters.) |
This class is a collection of token properties and methods, and is used in creating security binding elements and tokens.
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



