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!

XMLKeyStorage Constructor (String)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal str As String _
)
[C#]
public XMLKeyStorage(
   string str
);
[C++]
public: XMLKeyStorage(
   String* str
);
[JScript]
public function XMLKeyStorage(
   str : String
);

Parameters

str
[To be supplied.]

See Also

XMLKeyStorage Class | XMLKeyStorage Members | System.Security.Cryptography Namespace | XMLKeyStorage Constructor Overload List