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!

StrongNameIdentityPermission.PublicKey

Sets or gets the public key blob that defines the strong name identity namespace.

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

See Also

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