The so-called blob for the public key of the software publisher defining the strong name.
A blob is cryptographic information that uniquely specifies the public key of the software publisher.
[Visual Basic] Public Property PublicKey As StrongNamePublicKeyBlob [C#] public StrongNamePublicKeyBlob PublicKey {get; set;} [C++] public: __property StrongNamePublicKeyBlob* get_PublicKey(); public: __property void set_PublicKey(StrongNamePublicKeyBlob*); [JScript] public function get PublicKey() : StrongNamePublicKeyBlob; public function set PublicKey(StrongNamePublicKeyBlob);
The so-called blob for the public key of the software publisher defining the strong name.
Blobs differ from certificates in that the blob only has information about the public key, where in contrast the certificate also includes information that associates a name of the holder with the key in addition to information to substanciate trust in certificate itself.
StrongNameMembershipCondition Class | StrongNameMembershipCondition Members | System.Security.Policy Namespace