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!

AsymmetricKeyExDeformatter.SetKey

[To be supplied.]

[Visual Basic]
MustOverride Public Sub SetKey( _
   ByVal key As AsymmetricAlgorithm _
)
[C#]
public abstract void SetKey(
   AsymmetricAlgorithm key
);
[C++]
public: virtual void SetKey(
   AsymmetricAlgorithm* key
) = 0;
[JScript]
public abstract function SetKey(
   key : AsymmetricAlgorithm
);

Parameters

key
[To be supplied.]

See Also

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