NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

X509Certificate Constructor (Byte[])

Initializes a new instance of the X509Certificate class defined from a sequence of bytes representing an X509v3 certificate.

[Visual Basic]
Overloads Public Sub New( _
   ByVal data() As Byte _
)
[C#]
public X509Certificate(
   byte[] data
);
[C++]
public: X509Certificate(
   unsigned char* data[]
);
[JScript]
public function X509Certificate(
   data : Byte[]
);

Parameters

data
Bytes representing an X509v3 certificate

See Also

X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace | X509Certificate Constructor Overload List