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

[To be supplied.]

[Visual Basic]
Overrides Public Function GetParameter( _
   ByVal strParam As String _
) As Byte ()
[C#]
public override byte[] GetParameter(
   string strParam
);
[C++]
public: override unsigned char* GetParameter(
   String* strParam
) [];
[JScript]
public override function GetParameter(
   strParam : String
) : Byte[];

Parameters

strParam
[To be supplied.]

See Also

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