更新 : 2007 年 11 月
ECDSA (Elliptic Curve Digital Signature Algorithm) をカプセル化する抽象基本クラスを提供します。
<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort := True)> _ Public MustInherit Class ECDsa _ Inherits AsymmetricAlgorithm
Dim instance As ECDsa
[HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)] public abstract class ECDsa : AsymmetricAlgorithm
[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)] public ref class ECDsa abstract : public AsymmetricAlgorithm
/** @attribute HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true) */ public abstract class ECDsa extends AsymmetricAlgorithm
public abstract class ECDsa extends AsymmetricAlgorithm
この型またはメンバに適用される HostProtectionAttribute 属性の Resources プロパティの値は、MayLeakOnAbort です。HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザへの URL の入力により起動されます) には影響しません。詳細については、HostProtectionAttribute クラスのトピックまたは「SQL Server プログラミングとホスト保護属性」を参照してください。
このクラスは、ECDsaCng 派生クラスの抽象基本クラスとして機能します。
Windows Vista, Windows XP SP2, Windows Server 2003