更新 : 2007 年 11 月
ECDH (Elliptic Curve Diffie-Hellman) アルゴリズム実装の派生元にすることができる抽象基本クラスを提供します。このクラスは、すべての ECDH 実装がサポートする必要のある操作の基本セットを提供します。
名前空間 :
System.Security.Cryptography アセンブリ :
System.Core (System.Core.dll 内)
<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort := True)> _
Public MustInherit Class ECDiffieHellman _
Inherits AsymmetricAlgorithm
Dim instance As ECDiffieHellman
[HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
public abstract class ECDiffieHellman : AsymmetricAlgorithm
[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)]
public ref class ECDiffieHellman abstract : public AsymmetricAlgorithm
/** @attribute HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true) */
public abstract class ECDiffieHellman extends AsymmetricAlgorithm
public abstract class ECDiffieHellman extends AsymmetricAlgorithm
このクラスは、ECDH 実装の抽象基本クラスとして機能します。
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
参照