SecurityTokenParameters Class
Specifies an abstract class that when implemented represents security token parameters.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Security.Tokens::SecurityTokenParameters
System.ServiceModel.Security.Tokens::IssuedSecurityTokenParameters
System.ServiceModel.Security.Tokens::KerberosSecurityTokenParameters
System.ServiceModel.Security.Tokens::RsaSecurityTokenParameters
System.ServiceModel.Security.Tokens::SecureConversationSecurityTokenParameters
System.ServiceModel.Security.Tokens::SslSecurityTokenParameters
System.ServiceModel.Security.Tokens::SspiSecurityTokenParameters
System.ServiceModel.Security.Tokens::UserNameSecurityTokenParameters
System.ServiceModel.Security.Tokens::X509SecurityTokenParameters
| Name | Description | |
|---|---|---|
![]() | SecurityTokenParameters() | Initializes a new instance of the SecurityTokenParameters class. |
![]() | SecurityTokenParameters(SecurityTokenParameters^) | Initializes a new instance of the SecurityTokenParameters class from another instance. |
| Name | Description | |
|---|---|---|
![]() | HasAsymmetricKey | When overridden in a derived class, gets a value that indicates whether the token has an asymmetric key. |
![]() | InclusionMode | Gets or sets the token inclusion requirements. |
![]() | ReferenceStyle | Gets or sets the token reference style. |
![]() | RequireDerivedKeys | Gets or sets a value that indicates whether keys can be derived from the original proof keys. |
![]() | SupportsClientAuthentication | When overridden in a derived class, gets a value that indicates whether the token supports client authentication. |
![]() | SupportsClientWindowsIdentity | When overridden in a derived class, gets a value that indicates whether the token supports a Windows identity for authentication. |
![]() | SupportsServerAuthentication | When overridden in a derived class, gets a value that indicates whether the token supports server authentication. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Clones another instance of this instance of the class. |
![]() | CloneCore() | Clones another instance of this instance of the class. |
![]() | CreateKeyIdentifierClause(SecurityToken^, SecurityTokenReferenceStyle) | Creates a key identifier clause for a token. |
![]() | 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^) | When overridden in a derived class, initializes a security token requirement. |
![]() | MatchesKeyIdentifierClause(SecurityToken^, SecurityKeyIdentifierClause^, SecurityTokenReferenceStyle) | Indicates whether a token matches a key identifier clause. |
![]() | MemberwiseClone() | |
![]() | ToString() | Displays a text representation of this instance of the class.(Overrides Object::ToString().) |
Security token parameters provide information about the tokens (for example, token type, issuer, and so on) required by the security binding element.
The security token parameter classes derived from this one are a collection of token properties and methods, and are used in creating different kinds of security binding elements and tokens. Not all of the properties are relevant to all derived classes. For example, the ReferenceStyle has no relevance in an issued token (SAML token) case.
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.



