X509Certificate Class
Represents an X509Certificate. This class cannot be inherited.
Namespace: Microsoft.Web.Services2.Security.X509
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim rawCertificate() As Byte
Dim x509Certificate1 As New X509Certificate(rawCertificate)
Syntax
'Declaration
NotInheritable Public Class X509Certificate
Inherits X509Certificate
Implements IDisposable
public sealed class X509Certificate : X509Certificate, IDisposable
public sealed ref class X509Certificate : public X509Certificate, IDisposable
public final class X509Certificate extends X509Certificate implements IDisposable
public class X509Certificate extends X509Certificate implements IDisposable
Inheritance Hierarchy
System.Object
System.Security.Cryptography.X509Certificates.X509Certificate
Microsoft.Web.Services2.Security.X509.X509Certificate
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.X509 Namespace