WSTrustTokenParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class WSTrustTokenParameters : System::ServiceModel::Security::Tokens::IssuedSecurityTokenParameters
public class WSTrustTokenParameters : System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters
type WSTrustTokenParameters = class
inherit IssuedSecurityTokenParameters
Public Class WSTrustTokenParameters
Inherits IssuedSecurityTokenParameters
- Inheritance
Constructors
WSTrustTokenParameters() | |
WSTrustTokenParameters(WSTrustTokenParameters) |
Fields
DefaultCacheIssuedTokens | |
DefaultIssuedTokenRenewalThresholdPercentage | |
DefaultMaxIssuedTokenCachingTime | |
DefaultSecurityKeyType |
Properties
AdditionalRequestParameters | |
CacheIssuedTokens | |
Claims | |
ClaimTypeRequirements |
Gets a collection of claim type requirements. (Inherited from IssuedSecurityTokenParameters) |
DefaultMessageSecurityVersion |
Gets or sets the default set of security specifications versions. (Inherited from IssuedSecurityTokenParameters) |
HasAsymmetricKey |
Gets a value that indicates whether the issued token has an asymmetric key. (Inherited from IssuedSecurityTokenParameters) |
InclusionMode |
Gets or sets the token inclusion requirements. (Inherited from SecurityTokenParameters) |
IssuedTokenRenewalThresholdPercentage | |
IssuerAddress |
Gets or sets the token issuer's address. (Inherited from IssuedSecurityTokenParameters) |
IssuerBinding |
Gets or sets the token issuer's binding, to be used by the client. (Inherited from IssuedSecurityTokenParameters) |
IssuerMetadataAddress |
Gets or sets the token issuer's metadata address. (Inherited from IssuedSecurityTokenParameters) |
KeySize | |
KeyType |
Gets or sets the issued token key type. (Inherited from IssuedSecurityTokenParameters) |
MaxIssuedTokenCachingTime | |
MessageSecurityVersion | |
ReferenceStyle |
Gets or sets the token reference style. (Inherited from SecurityTokenParameters) |
RequestContext | |
RequireDerivedKeys |
Gets or sets a value that indicates whether keys can be derived from the original proof keys. (Inherited from SecurityTokenParameters) |
SupportsClientAuthentication |
When implemented, gets a value that indicates whether the token supports client authentication. (Inherited from IssuedSecurityTokenParameters) |
SupportsClientWindowsIdentity |
When implemented, gets a value that indicates whether the token supports a Windows identity for authentication. (Inherited from IssuedSecurityTokenParameters) |
SupportsServerAuthentication |
When implemented, gets a value that indicates whether the token supports server authentication. (Inherited from IssuedSecurityTokenParameters) |
TokenType |
Gets or sets the issued token type. (Inherited from IssuedSecurityTokenParameters) |
UseStrTransform |
Gets or sets a value that indicates whether the issued token parameter uses STR transform. (Inherited from IssuedSecurityTokenParameters) |
Methods
Clone() |
Clones another instance of this instance of the class. (Inherited from SecurityTokenParameters) |
CloneCore() | |
CreateKeyIdentifierClause(SecurityToken, SecurityTokenReferenceStyle) |
Creates a key identifier clause for a token. (Inherited from IssuedSecurityTokenParameters) |
CreateRequestParameters(MessageSecurityVersion, SecurityTokenSerializer) |
Creates a collection of issued token request parameter XML elements that get included in the request sent by the client to the security token service. (Inherited from IssuedSecurityTokenParameters) |
CreateWS2007FederationTokenParameters(Binding, EndpointAddress) | |
CreateWSFederationTokenParameters(Binding, EndpointAddress) | |
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) |
When implemented, initializes a security token requirement based on the properties set on the |
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 IssuedSecurityTokenParameters) |