X509CertificateCredential Class

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Describes a X509 certificate credential.

Namespace: Microsoft.ServiceBus.Description
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim instance As X509CertificateCredential

Syntax

'Declaration
Public Class X509CertificateCredential
    Inherits TransportClientCredentialBase
public class X509CertificateCredential : TransportClientCredentialBase
public ref class X509CertificateCredential : public TransportClientCredentialBase
public class X509CertificateCredential extends TransportClientCredentialBase
public class X509CertificateCredential extends TransportClientCredentialBase

Inheritance Hierarchy

System.Object
   Microsoft.ServiceBus.Description.TransportClientCredentialBase
    Microsoft.ServiceBus.Description.X509CertificateCredential

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 Server 2008, and Windows 2000

Target Platforms

See Also

Reference

X509CertificateCredential Members
Microsoft.ServiceBus.Description Namespace