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!

RSA_OAEP_KeyExchange_Deformatter.Parameters

[To be supplied.]

[Visual Basic]
Overridable Public Property Parameters As String
[C#]
public string Parameters {override get; override set;}
[C++]
public: __property virtual String* get_Parameters();
public: __property virtual void set_Parameters(String*);
[JScript]
public function get Parameters() : String;
public function set Parameters(String);

See Also

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