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