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 Constructor (AsymmetricAlgorithm)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal key As AsymmetricAlgorithm _
)
[C#]
public RSA_OAEP_KeyExchange_Deformatter(
   AsymmetricAlgorithm key
);
[C++]
public: RSA_OAEP_KeyExchange_Deformatter(
   AsymmetricAlgorithm* key
);
[JScript]
public function RSA_OAEP_KeyExchange_Deformatter(
   key : AsymmetricAlgorithm
);

Parameters

key
[To be supplied.]

See Also

RSA_OAEP_KeyExchange_Deformatter Class | RSA_OAEP_KeyExchange_Deformatter Members | System.Security.Cryptography Namespace | RSA_OAEP_KeyExchange_Deformatter Constructor Overload List