StrongName.PublicKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the StrongNamePublicKeyBlob of the current StrongName.
public:
property System::Security::Permissions::StrongNamePublicKeyBlob ^ PublicKey { System::Security::Permissions::StrongNamePublicKeyBlob ^ get(); };
public System.Security.Permissions.StrongNamePublicKeyBlob PublicKey { get; }
member this.PublicKey : System.Security.Permissions.StrongNamePublicKeyBlob
Public ReadOnly Property PublicKey As StrongNamePublicKeyBlob
Property Value
The StrongNamePublicKeyBlob of the current StrongName.
Remarks
A blob is cryptographic information that uniquely specifies the public key of the software publisher.
Blobs differ from certificates in that the blob only has information about the public key; the certificate also includes information that associates the name of the holder with the key as well as information to verify the certificate.