August 2003
Intermediate to advanced
928 pages
32h 1m
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 StrongNameKeyPair(byte[ ]keyPairArray); public StrongNameKeyPair(System.IO.FileStreamkeyPairFile); public StrongNameKeyPair(stringkeyPairContainer); // Public Instance Properties public byte[ ] PublicKey{get; } }
AssemblyName.KeyPair
AssemblyName.KeyPair