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_PKCS1_Signature_Deformatter.SetKey

[To be supplied.]

[Visual Basic]
Overrides Public Sub SetKey( _
   ByVal key As AsymmetricAlgorithm _
)
[C#]
public override void SetKey(
   AsymmetricAlgorithm key
);
[C++]
public: override void SetKey(
   AsymmetricAlgorithm* key
);
[JScript]
public override function SetKey(
   key : AsymmetricAlgorithm
);

Parameters

key
[To be supplied.]

See Also

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