NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StrongNamePublicKeyBlob Constructor

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[]
);

Parameters

PublicKey
Array of bytes representing the raw key data

Exceptions

Exception Type Condition
ArgumentException Bytes provided are not a valid public key "blob"

See Also

StrongNamePublicKeyBlob Class | StrongNamePublicKeyBlob Members | System.Security.Permissions Namespace