X509SecurityToken Class
Represents an X.509v3 security token. An X509SecurityToken can be used to sign, encrypt, and pass security credentials in a SOAP message.
Namespace: Microsoft.Web.Services2.Security.Tokens
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim certificate As X509Certificate
Dim x509SecurityToken1 As New X509SecurityToken(certificate)
Syntax
'Declaration
NotInheritable Public Class X509SecurityToken
Inherits BinarySecurityToken
public sealed class X509SecurityToken : BinarySecurityToken
public sealed ref class X509SecurityToken : public BinarySecurityToken
public final class X509SecurityToken extends BinarySecurityToken
public class X509SecurityToken extends BinarySecurityToken
Remarks
An X509SecurityToken contains a single X509Certificate .
When the WSE parses an incoming message and encounters an X509SecurityToken , the signature that is created by this token (if one exists) is verified, or a System.Web.Services.Protocols.SoapHeaderException is thrown.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services2.Security.Tokens.SecurityToken
Microsoft.Web.Services2.Security.Tokens.BinarySecurityToken
Microsoft.Web.Services2.Security.Tokens.X509SecurityToken
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
Microsoft.Web.Services2.Security.Tokens Namespace