StrongNameKeyPair

StrongNameKeyPair serializable

System.Reflection (mscorlib.dll) class

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.FileStream   keyPairFile   );    public  StrongNameKeyPair  (string   keyPairContainer   );  // Public Instance Properties  public byte[ ]  PublicKey  {get; } } 

Returned By

AssemblyName.KeyPair

Passed To

AssemblyName.KeyPair



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net