Edit

Share via


CorHeader.StrongNameSignatureDirectory Property

Definition

Gets the Strong Name Signature entry.

public:
 property System::Reflection::PortableExecutable::DirectoryEntry StrongNameSignatureDirectory { System::Reflection::PortableExecutable::DirectoryEntry get(); };
public System.Reflection.PortableExecutable.DirectoryEntry StrongNameSignatureDirectory { get; }
member this.StrongNameSignatureDirectory : System.Reflection.PortableExecutable.DirectoryEntry
Public ReadOnly Property StrongNameSignatureDirectory As DirectoryEntry

Property Value

The Strong Name Signature entry.

Remarks

For more information about the strong name signature, see Strong-named assemblies.

Applies to