BinarySecurityToken Members
Provides a base class for all implementations of binary security tokens, as defined in the WS-Security specification.
The following tables list the members exposed by the BinarySecurityToken type.
Protected Constructors
Name | Description | |
---|---|---|
BinarySecurityToken | Overloaded. Initializes a new instance of the BinarySecurityToken class. |
Top
Public Properties
Name | Description | |
---|---|---|
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) | |
EncodingType | Gets or sets the XML encoding type of the security token. | |
Id | Gets or sets a unique identifier of the token. (Inherited from SecurityToken) | |
Identity | Gets the identity associated with this security token.(Inherited from SecurityToken) | |
IsCurrent | When overridden in a derived class, gets a value indicating whether the security token is currently valid. (Inherited from SecurityToken) | |
IsExpired | Gets a value indicating whether the current time is later than the security token's expiration time. (Inherited from SecurityToken) | |
Key | Gets the key for the SecurityToken security token. (Inherited from SecurityToken) | |
KeyIdentifier | A reference that uniquely identifies the SecurityToken instance. (Inherited from SecurityToken) | |
Principal | Gets or sets the principal object for the security token. (Inherited from SecurityToken) | |
RawData | Gets or sets an array of bytes representing the raw binary data of the token. | |
RequiresRenewal | Gets a value indicating whether the security token requires renewal. (Inherited from SecurityToken) | |
SupportsDataEncryption | When overridden in a derived class, gets a value indicating whether the token supports encryption. (Inherited from SecurityToken) | |
SupportsDigitalSignature | When overridden in a derived class, gets a value indicating whether digital signatures are supported. (Inherited from SecurityToken) | |
TokenType | Gets the type of the security token. (Inherited from SecurityToken) | |
UnattachedReference | Gets or sets the KeyInfo that can be used to refer to this security token when the token is not included in the message.(Inherited from SecurityToken) | |
ValueType | Gets or sets the type of the security token. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from SecurityToken ) | |
GetHashCode | When overridden in a derived class, returns a hash code for the SecurityToken.(Inherited from SecurityToken) | |
GetSignedTokenXml | (Inherited from SecurityToken ) | |
GetSTRTransformXml | This member supports the WSE infrastructure and is not intended to be used directly from your code. | |
GetType | (Inherited from Object ) | |
GetXml | Overloaded. Overridden. | |
LoadXml | Overridden. Loads an XML element into properties of the current BinarySecurityToken . | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
VerifySignedTokenXml | (Inherited from SecurityToken ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
GetXml | Overloaded. | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
BinarySecurityToken Class
Microsoft.Web.Services3.Security.Tokens Namespace