X509SecurityToken Members

Represents an X.509v3 security token. An X509SecurityToken can be used to sign, encrypt, and pass security credentials in a SOAP message.

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

Public Constructors

  Name Description
X509SecurityToken Overloaded.  

Top

Public Properties

  Name Description
public property Certificate Gets or sets an X509 certificate contained in the current security token.
public property EncodingType  Gets or sets the XML encoding type of the security token.(inherited from BinarySecurityToken)
public property Id  Gets or sets a unique identifier of the 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 key for the X509SecurityToken security token.
public property KeyIdentifier Overridden. A reference that uniquely identifies the X509SecurityToken instance.
public property KeyInfo Overridden. Gets a System.Security.Cryptography.Xml.KeyInfo that can be used to refer to this security token when the token is not included in a SOAP message.
public property Principal  Gets or sets the principal object for the security token.(inherited from SecurityToken)
public property RawData Overridden. Gets or sets the raw data for the X.509 certificate contained in the current security token.
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 current token can be used for data encryption.
public property SupportsDigitalSignature Overridden. Gets a value indicating whether the current token can be used for a digital signature.
public property TokenType  Gets the type of the security token.(inherited from SecurityToken)
public property ValueType Overridden. Gets or sets a namespace-qualified local name representing the token.

Top

Public Methods

  Name Description
public method Equals Overloaded.  
public method GetHashCode Overridden. Returns the hash code for the X509SecurityToken.
public method GetSignedTokenXml  Gets an XML representation of the current instance digitally signed by another security token. (inherited from SecurityToken)
public method GetSTRTransformXml  This member supports the WSE infrastructure and is not intended to be used directly from your code. (inherited from BinarySecurityToken)
public method GetType  (inherited from Object )
public method GetXml  Generates an XML representation of the BinarySecurityToken from the specified XML document. (inherited from BinarySecurityToken)
public method LoadXml  Loads an XML element into properties of the current BinarySecurityToken. (inherited from BinarySecurityToken)
public method ToString  (inherited from Object )
public method Verify Determines whether the contained X.509 certificate is integral and current.
public method VerifySignedTokenXml  Verifies the digital signature of a security token that is an XML representation. (inherited from SecurityToken)

Top

See Also

Reference

X509SecurityToken Class
Microsoft.Web.Services2.Security.Tokens Namespace