Share via


AnonymousForCertificateAssertion.ServiceX509TokenProvider Property

Gets or sets the security token provider for the Web service's security credentials.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim anonymousForCertificateAssertion1 As AnonymousForCertificateAssertion

Dim returnValue As TokenProvider(Of X509SecurityToken)
returnValue = anonymousForCertificateAssertion1.ServiceX509TokenProvider

Dim sampleValue As TokenProvider(Of X509SecurityToken)
anonymousForCertificateAssertion1.ServiceX509TokenProvider = sampleValue

Syntax

'Declaration
Public Property ServiceX509TokenProvider() As TokenProvider(Of X509SecurityToken)
public TokenProvider<X509SecurityToken> ServiceX509TokenProvider {get; set;}
public:
property TokenProvider<X509SecurityToken^>^ ServiceX509TokenProvider {
    TokenProvider<X509SecurityToken^>^ get();
    void set(TokenProvider<X509SecurityToken^>^ value);
}
public TokenProvider<X509SecurityToken> get_ServiceX509TokenProvider();
public void set_ServiceX509TokenProvider(TokenProvider<X509SecurityToken>);
JScript does not support Generics.

Property Value

A TokenProvider of type X509SecurityToken that represents the Web service's security credentials.

Remarks

For this turnkey security assertion, the Web service's security credentials are specified using a X509SecurityToken security token.

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

AnonymousForCertificateAssertion Class
AnonymousForCertificateAssertion Members
Microsoft.Web.Services3.Design Namespace