X509TokenProvider.GetToken Method
Gets a X509SecurityToken security token using the X.509 certificate details associated with this X509TokenProvider.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As X509SecurityToken
Dim x509TokenProvider1 As X509TokenProvider
returnValue = x509TokenProvider1.GetToken()
Syntax
'Declaration
Public Overrides Function GetToken() As X509SecurityToken
public override X509SecurityToken GetToken();
public:
virtual X509SecurityToken^ GetToken() override;
public override X509SecurityToken GetToken();
public override function GetToken() : X509SecurityToken;
Return Value
A X509SecurityToken security token that represents the X.509 certificate associated with this X509TokenProvider.
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 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
X509TokenProvider Class
X509TokenProvider Members
Microsoft.Web.Services3.Design Namespace