SecurityContextToken Members
Represents a security context token, which is a used for signing and/or encrypting SOAP messages.
The following tables list the members exposed by the SecurityContextToken type.
Public Constructors
Name | Description | |
---|---|---|
SecurityContextToken | Overloaded. Initializes a new instance of the SecurityContextToken class. |
Top
Public Properties
Name | Description | |
---|---|---|
AnyAttributes | Gets a collection of XML attributes. | |
AnyElements | Gets a collection of XML elements. | |
AppliesTo | Gets or sets the Web service for which this security token can be used to secure SOAP messages.(Inherited from IssuedToken) | |
AttachedReference | Gets or sets the KeyInfo that can be used to refer to this security token when the token is included in the message.(Inherited from SecurityToken) | |
BaseToken | Gets or sets the security token that is used to validate the authenticity of the security token request for this security token.(Inherited from IssuedToken) | |
Id | Gets or sets a unique identifier of the token. (Inherited from SecurityToken) | |
Identifier | Gets the unique identifier for the security context token. | |
Identity | Gets the identity associated with this security token.(Inherited from IssuedToken) | |
IsCurrent | Gets a value indicating whether the security token is currently valid.(Inherited from IssuedToken) | |
IsExpired | Gets a value indicating whether the current time is later than the security token's expiration time.(Inherited from IssuedToken) | |
Key | Gets the key for the IssuedToken security token.(Inherited from IssuedToken) | |
KeyBytes | Gets the key for the IssuedToken security token as an array of bytes.(Inherited from IssuedToken) | |
KeyIdentifier | A reference that uniquely identifies the SecurityToken instance. (Inherited from SecurityToken) | |
KeySize | Gets the key size in bits for this issued token.(Inherited from IssuedToken) | |
LifeTime | Gets or sets the period of time a security token is valid.(Inherited from IssuedToken) | |
Principal | Gets or sets the principal object for the security token.(Inherited from IssuedToken) | |
ProofToken | Gets or sets the proof token for the issued security token.(Inherited from IssuedToken) | |
RequiresRenewal | Gets a value that indicates whether the security token requires renewal.(Inherited from IssuedToken) | |
ServiceToken | [To be supplied.] | |
SupportingTokens | Gets or sets the collection of security tokens other than the base token required by the security token service to issue this security token.(Inherited from IssuedToken) | |
SupportsDataEncryption | Gets a value indicating whether the token supports encryption.(Inherited from IssuedToken) | |
SupportsDigitalSignature | Gets a value indicating whether digital signatures are supported.(Inherited from IssuedToken) | |
TokenIssuer | Gets or sets the security token service that issued this security token.(Inherited from IssuedToken) | |
TokenType | Gets the type of the security token. (Inherited from SecurityToken) | |
UnattachedReference | Overridden. [To be supplied.] |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Cancel | Sends a security token request that informs the security token service that issued the security token that the security token is no longer needed.(Inherited from IssuedToken) | |
CreateBareToken | Returns a SecurityContextToken based on the current instance. | |
Equals | Overloaded. | |
GetHashCode | Overridden. Returns a hash code for the SecurityContextToken. | |
GetSignedTokenXml | (Inherited from SecurityToken ) | |
GetType | (Inherited from Object ) | |
GetXml | Overridden. Generates an XML representation of the SecurityContextToken from the specified XML document. | |
LoadXml | Overridden. Loads the contents of the specified XML element into properties of the security context token. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
VerifySignedTokenXml | (Inherited from SecurityToken ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
InitializeKey | (Inherited from IssuedToken ) | |
MemberwiseClone | (Inherited from Object ) | |
RecoverKey | Overridden. Recovers the key from the XML element that created this instance. |
Top
See Also
Reference
SecurityContextToken Class
Microsoft.Web.Services3.Security.Tokens Namespace