StrongNameKeyPair Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the StrongNameKeyPair class, building the key pair from serialized data.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
A SerializationInfo object that holds the serialized object data.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
A StreamingContext object that contains contextual information about the source or destination.
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. For more information, see XML and SOAP Serialization.
SecurityPermission
for access to unmanaged code. Associated enumeration: SecurityPermissionFlag::UnmanagedCode.
.NET Framework
Available since 2.0
Available since 2.0
Show: