March 2002
Intermediate to advanced
864 pages
31h 8m
English
StrongNameKeyPair
This property allows reflection
of an assembly’s strong name. Use
PublicKey to
decrypt the encrypted name to verify the authenticity of the
assembly.
public class StrongNameKeyPair { // Public Constructors public method StrongNameKeyPair(byte[] keyPairArray); public method StrongNameKeyPair( System.IO.FileStream keyPairFile); public method StrongNameKeyPair(string keyPairContainer); // Public Instance Properties public field byte[] PublicKey{get; } }
AssemblyName.KeyPair
AssemblyName.KeyPair