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.SetRoot

[To be supplied.]

[Visual Basic]
Overridable Public Sub SetRoot( _
   ByVal el As SecurityElement _
)
[C#]
public virtual void SetRoot(
   SecurityElement el
);
[C++]
public: virtual void SetRoot(
   SecurityElement* el
);
[JScript]
public function SetRoot(
   el : SecurityElement
);

Parameters

el
[To be supplied.]

See Also

XMLKeyStorage Class | XMLKeyStorage Members | System.Security.Cryptography Namespace