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 (Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal handle As Integer _
)
[C#]
public X509Certificate(
   int handle
);
[C++]
public: X509Certificate(
   int handle
);
[JScript]
public function X509Certificate(
   handle : int
);

Parameters

handle
[To be supplied.]

See Also

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