StrongNameMembershipCondition.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 or sets the StrongNamePublicKeyBlob of the StrongName for which the membership condition tests.
public:
property System::Security::Permissions::StrongNamePublicKeyBlob ^ PublicKey { System::Security::Permissions::StrongNamePublicKeyBlob ^ get(); void set(System::Security::Permissions::StrongNamePublicKeyBlob ^ value); };
public System.Security.Permissions.StrongNamePublicKeyBlob PublicKey { get; set; }
member this.PublicKey : System.Security.Permissions.StrongNamePublicKeyBlob with get, set
Public Property PublicKey As StrongNamePublicKeyBlob
Property Value
The StrongNamePublicKeyBlob of the StrongName for which the membership condition tests.
Exceptions
An attempt is made to set the PublicKey to null
.
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 a name of the holder with the key, as well as information to verify the certificate.