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.SetParameter (String, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub SetParameter( _
   ByVal strParam As String, _
   ByVal dwParam As Integer _
)
[C#]
public void SetParameter(
   string strParam,
   int dwParam
);
[C++]
public: void SetParameter(
   String* strParam,
   int dwParam
);
[JScript]
public function SetParameter(
   strParam : String,
   dwParam : int
);

Parameters

strParam
[To be supplied.]
dwParam
[To be supplied.]

See Also

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