Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509Certificate Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the X509Certificate class using a SerializationInfo object and a StreamingContext structure.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  mscorlib (in mscorlib.dll)

public:
X509Certificate(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

A SerializationInfo object that describes serialization information.

context
Type: System.Runtime.Serialization::StreamingContext

A StreamingContext structure that describes how serialization should be performed.

Exception Condition
CryptographicException

An error with the certificate occurs. For example:

  • The certificate file does not exist.

  • The certificate is invalid.

  • The certificate's password is incorrect.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft