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!

StrongNameIdentityPermissionAttribute.PublicKey

[To be supplied.]

[Visual Basic]
Public Property PublicKey As String
[C#]
public string PublicKey {get; set;}
[C++]
public: __property String* get_PublicKey();
public: __property void set_PublicKey(String*);
[JScript]
public function get PublicKey() : String;
public function set PublicKey(String);

See Also

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