InitiatorServiceModelSecurityTokenRequirement Class
Specifies security property requirements specific to channel creation in the .
System.IdentityModel.Selectors::SecurityTokenRequirement
System.ServiceModel.Security.Tokens::ServiceModelSecurityTokenRequirement
System.ServiceModel.Security.Tokens::InitiatorServiceModelSecurityTokenRequirement
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The InitiatorServiceModelSecurityTokenRequirement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | InitiatorServiceModelSecurityTokenRequirement | Initializes a new instance of the InitiatorServiceModelSecurityTokenRequirement class. |
| Name | Description | |
|---|---|---|
![]() | IsInitiator | Gets a value that indicates whether the endpoint that is creating the security token requirement is an initiator or a recipient. (Inherited from ServiceModelSecurityTokenRequirement.) |
![]() | IssuerAddress | If the token requirement is for an issued token, this property contains the endpoint address of the issuer. (Inherited from ServiceModelSecurityTokenRequirement.) |
![]() | IssuerBinding | If the token requirement is for an issued token, this property contains the binding to use to communicate with the issuer. (Inherited from ServiceModelSecurityTokenRequirement.) |
![]() | KeySize | Gets or sets the required size of the key associated with a security token. (Inherited from SecurityTokenRequirement.) |
![]() | KeyType | Gets or sets the type of key (asymmetric or symmetric) associated with a security token. (Inherited from SecurityTokenRequirement.) |
![]() | KeyUsage | Gets or sets a value that specifies how the key associated with a security token can be used. (Inherited from SecurityTokenRequirement.) |
![]() | MessageSecurityVersion | Gets or sets the message security version to be used (if necessary). (Inherited from ServiceModelSecurityTokenRequirement.) |
![]() | Properties | Gets a collection of the non-static properties for the current SecurityTokenRequirement instance. (Inherited from SecurityTokenRequirement.) |
![]() | RequireCryptographicToken | Gets or sets a value that indicates whether the security token must be capable of performing cryptographic operations, such as encryption. (Inherited from SecurityTokenRequirement.) |
![]() | SecureConversationSecurityBindingElement | Gets or sets a security binding element used for securing the secure conversation bootstrap messages. (Inherited from ServiceModelSecurityTokenRequirement.) |
![]() | SecurityAlgorithmSuite | Gets or sets the security algorithm suite to be used (if necessary). (Inherited from ServiceModelSecurityTokenRequirement.) |
![]() | SecurityBindingElement | Gets or sets the security binding element. (Inherited from ServiceModelSecurityTokenRequirement.) |
![]() | TargetAddress | Gets and sets the target address. |
![]() | TokenType | Gets or sets the required security token type. (Inherited from SecurityTokenRequirement.) |
![]() | TransportScheme | Gets or sets the transport scheme. (Inherited from ServiceModelSecurityTokenRequirement.) |
![]() | Via | Gets and sets the Via. |
| Name | Description | |
|---|---|---|
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperty<TValue> | Gets the specified property for the current SecurityTokenRequirement instance. (Inherited from SecurityTokenRequirement.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Outputs a text representation of this instance of the class. (Overrides Object::ToString().) |
![]() | TryGetProperty<TValue> | Gets the specified property for the current SecurityTokenRequirement instance. (Inherited from SecurityTokenRequirement.) |
Token requirement classes are used by a security token manager to specify what is required of a security token, such as the key size, key type, and how the key can be used. When a security token can be identified that matches the specified criteria, a SecurityTokenProvider and SecurityTokenAuthenticator can be created.
This token requirement class specifies initiator-related requirements.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
