更新 : 2007 年 11 月
ECDH (Elliptic Curve Diffie-Hellman) アルゴリズムの CNG (Cryptography Next Generation) 実装を提供します。このクラスは、暗号化操作の実行に使用されます。
名前空間 :
System.Security.Cryptography アセンブリ :
System.Core (System.Core.dll 内)
<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
このクラスは、抽象基本クラスの ECDiffieHellman から派生したクラスです。
System..::.Object
System.Security.Cryptography..::.AsymmetricAlgorithm
System.Security.Cryptography..::.ECDiffieHellman
System.Security.Cryptography..::.ECDiffieHellmanCng
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
.NET Framework
サポート対象 : 3.5
参照