Share via


EncryptedKeyToken Members

Represents a security token for an encrypted symmetric key.

The following tables list the members exposed by the EncryptedKeyToken type.

Public Constructors

  Name Description
EncryptedKeyToken Overloaded. Initializes a new instance of the EncryptedKeyToken class.

Top

Public Properties

  Name Description
public property 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)
public property EncryptedKey Gets the encrypted symmetric key.
public property Id  Gets or sets a unique identifier of the token. (Inherited from SecurityToken)
public property Identity  Gets the identity associated with this security token.(Inherited from SecurityToken)
public property IsCurrent Overridden. Gets a value indicating whether the security token is currently valid.
public property IsExpired  Gets a value indicating whether the current time is later than the security token's expiration time. (Inherited from SecurityToken)
public property Key Overridden. Gets the symmetric key associated with this security token.
public property KeyBytes Gets the symmetric key associated with this security token as an array of bytes.
public property KeyIdentifier Overridden. Gets a reference that uniquely identifies the EncryptedKeyToken instance.
public property Principal  Gets or sets the principal object for the security token. (Inherited from SecurityToken)
public property RequiresRenewal  Gets a value indicating whether the security token requires renewal. (Inherited from SecurityToken)
public property SupportsDataEncryption Overridden. Gets a value indicating whether the token supports encryption.
public property SupportsDigitalSignature Overridden. Gets a value indicating whether the token supports digital signatures.
public property TokenType  Gets the type of the security token. (Inherited from SecurityToken)
public property 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)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals Overloaded.  
public method GetHashCode Overridden. Returns the hash code for the EncryptedKeyToken.
public method GetSignedTokenXml  (Inherited from SecurityToken )
public method GetType  (Inherited from Object )
public method GetXml Overridden. Generates an XML representation of the EncryptedKeyToken from the specified XML document.
public method LoadXml Overridden. Loads an XML element into properties of the EncryptedKeyToken.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )
public method VerifySignedTokenXml  (Inherited from SecurityToken )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

EncryptedKeyToken Class
Microsoft.Web.Services3.Security.Tokens Namespace