StrongNameKeyPair Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the StrongNameKeyPair class, building the key pair from serialized data.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

protected:
StrongNameKeyPair(
	SerializationInfo^ info,
	StreamingContext context
)

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
Return to top
Show: