Name

StrongNameKeyPair

Synopsis

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 Sub New( ByVal keyPairArray As Byte()) 
   Public Sub New( ByVal keyPairFile As System.IO.FileStream) 
   Public Sub New( ByVal keyPairContainer As String) 
' Public Instance Properties
   Public ReadOnly Property PublicKey As Byte()  
End Class

Returned By

AssemblyName.KeyPair

Passed To

AssemblyName.KeyPair

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.