更新 : 2007 年 11 月
ECDH (Elliptic Curve Diffie-Hellman) アルゴリズムの CNG (Cryptography Next Generation) 実装を提供します。このクラスは、暗号化操作の実行に使用されます。
<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort := True)> _ Public NotInheritable Class ECDiffieHellmanCng _ Inherits ECDiffieHellman
Dim instance As ECDiffieHellmanCng
[HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)] public sealed class ECDiffieHellmanCng : ECDiffieHellman
[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)] public ref class ECDiffieHellmanCng sealed : public ECDiffieHellman
/** @attribute HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true) */ public final class ECDiffieHellmanCng extends ECDiffieHellman
public final class ECDiffieHellmanCng extends ECDiffieHellman
この型またはメンバに適用される HostProtectionAttribute 属性の Resources プロパティの値は、MayLeakOnAbort です。HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザへの URL の入力により起動されます) には影響しません。詳細については、HostProtectionAttribute クラスのトピックまたは「SQL Server プログラミングとホスト保護属性」を参照してください。
このクラスは、抽象基本クラスの ECDiffieHellman から派生したクラスです。
Windows Vista, Windows XP SP2, Windows Server 2003