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_Formatter.Parameter

[To be supplied.]

[Visual Basic]
Public Property Parameter As Byte ()
[C#]
public byte[] Parameter {get; set;}
[C++]
public: __property unsigned char* get_Parameter();
public: __property void set_Parameter(unsigned char*[]);
[JScript]
public function get Parameter() : Byte[];
public function set Parameter(Byte[]);

See Also

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