Creates an instance of the type with raw bytes of the public key blob.
[Visual Basic] Public Sub New( _ ByVal PublicKey() As Byte _ ) [C#] public StrongNamePublicKeyBlob( byte[] PublicKey ); [C++] public: StrongNamePublicKeyBlob( unsigned char* PublicKey[] ); [JScript] public function StrongNamePublicKeyBlob( PublicKey : Byte[] );
Exception Type | Condition |
---|---|
ArgumentException | Bytes provided are not a valid public key "blob" |
StrongNamePublicKeyBlob Class | StrongNamePublicKeyBlob Members | System.Security.Permissions Namespace