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!

Authorization.ProtectionRealm

Gets or sets the prefix for URIs that can be authenticated with the Message property.

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

See Also

Authorization Class | Authorization Members | System.Net Namespace