System.Reflection.StrongNameKeyPair Members

The members of System.Reflection.StrongNameKeyPair are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Reflection.StrongNameKeyPair class, building the key pair from a byte array.

Initializes a new instance of the System.Reflection.StrongNameKeyPair class, building the key pair from a FileStream.

Initializes a new instance of the System.Reflection.StrongNameKeyPair class, building the key pair from a String.

Protected Constructors

Public Properties

[read-only]
PublicKeybyte[].

Gets the public part of the public key or public key token of the key pair.

Explicitly Implemented Interface Members

System.Runtime.Serialization.ISerializable.GetObjectData

Sets the System.Runtime.Serialization.SerializationInfo object with all the data required to reinstantiate the current System.Reflection.StrongNameKeyPair object.

System.Runtime.Serialization.IDeserializationCallback.OnDeserialization

Runs when the entire object graph has been deserialized.