ECDsa 類別

定義

提供一個抽象基底類別,封裝橢圓曲線數位簽章演算法(ECDSA)。

public ref class ECDsa abstract : System::Security::Cryptography::ECAlgorithm
public ref class ECDsa abstract : System::Security::Cryptography::AsymmetricAlgorithm
public abstract class ECDsa : System.Security.Cryptography.ECAlgorithm
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public abstract class ECDsa : System.Security.Cryptography.AsymmetricAlgorithm
public abstract class ECDsa : System.Security.Cryptography.AsymmetricAlgorithm
type ECDsa = class
    inherit ECAlgorithm
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type ECDsa = class
    inherit AsymmetricAlgorithm
type ECDsa = class
    inherit AsymmetricAlgorithm
Public MustInherit Class ECDsa
Inherits ECAlgorithm
Public MustInherit Class ECDsa
Inherits AsymmetricAlgorithm
繼承
繼承
衍生
屬性

備註

此類別作為推導的 ECDsaCng 抽象基底類別。

建構函式

名稱 Description
ECDsa()

初始化 ECDsa 類別的新執行個體。

欄位

名稱 Description
KeySizeValue

代表非對稱演算法所使用的金鑰模數的大小(以位元為單位)。

(繼承來源 AsymmetricAlgorithm)
LegalKeySizesValue

指定非對稱演算法所支援的金鑰大小。

(繼承來源 AsymmetricAlgorithm)

屬性

名稱 Description
KeyExchangeAlgorithm

取得金鑰交換演算法的名稱。

KeySize

取得或設定非對稱演算法所使用的金鑰模數的大小(以位元為單位)。

(繼承來源 AsymmetricAlgorithm)
LegalKeySizes

取得非對稱演算法所支援的金鑰大小。

(繼承來源 AsymmetricAlgorithm)
SignatureAlgorithm

取得簽名演算法的名稱。

方法

名稱 Description
Clear()

釋放 AsymmetricAlgorithm 類別所使用的所有資源。

(繼承來源 AsymmetricAlgorithm)
Create()

建立橢圓曲線數位簽章演算法(ECDSA)預設實作的新實例。

Create(ECCurve)

建立橢圓曲線數位簽章演算法(ECDSA)預設實作的新實例,並以新產生的金鑰覆蓋指定曲線。

Create(ECParameters)

以指定參數作為鍵,建立橢圓曲線數位簽章演算法(ECDSA)預設實作的新實例。

Create(String)
已淘汰.

建立指定的橢圓曲線數位簽章演算法(ECDSA)實例。

Dispose()

釋放目前類別實例 AsymmetricAlgorithm 所使用的所有資源。

(繼承來源 AsymmetricAlgorithm)
Dispose(Boolean)

釋放類別使用的 AsymmetricAlgorithm 非管理資源,並可選擇性地釋放受管理資源。

(繼承來源 AsymmetricAlgorithm)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
ExportECPrivateKey()

匯出目前的金鑰,格式為 ECPrivateKey。

ExportECPrivateKey()

匯出目前的金鑰,格式為 ECPrivateKey。

(繼承來源 ECAlgorithm)
ExportECPrivateKeyPem()

匯出目前的金鑰,格式為 ECPrivateKey,並以 PEM 編碼。

(繼承來源 ECAlgorithm)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters)

以 PKCS#8 EncryptedPrivateKeyInfo 格式匯出目前金鑰,並以位元組為基礎的密碼。

(繼承來源 AsymmetricAlgorithm)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters)

以 PKCS#8 EncryptedPrivateKeyInfo 格式匯出目前金鑰,並以字元為基礎的密碼。

(繼承來源 AsymmetricAlgorithm)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters)

匯出目前的金鑰,格式為 PKCS#8 EncryptedPrivateKeyInfo,並以位元組密碼(PEM 編碼)匯出。

(繼承來源 AsymmetricAlgorithm)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters)

以 PKCS#8 EncryptedPrivateKeyInfo 格式匯出目前金鑰,並以字元密碼(PEM encoded)匯出。

(繼承來源 AsymmetricAlgorithm)
ExportExplicitParameters(Boolean)

當在導出類別中覆寫時,會匯出橢圓曲線的顯式參數。

ExportExplicitParameters(Boolean)

當在衍生類別中覆寫時,會匯出 ECCurve 的明確 ECParameters 內容。

(繼承來源 ECAlgorithm)
ExportParameters(Boolean)

當在導出類別中覆寫時,會匯出橢圓曲線的命名或明確參數。 如果曲線有名稱,欄位 Curve 包含命名的曲線參數,否則包含明確的參數。

ExportParameters(Boolean)

當在衍生類別中覆寫時,會匯出 ECCurve 的命名或明確 ECParameters 內容。 如果曲線有名稱,Curve 屬性會包含命名的曲線參數,否則會包含明確的參數。

(繼承來源 ECAlgorithm)
ExportPkcs8PrivateKey()

匯出目前的金鑰,格式為 PKCS#8 PrivateKeyInfo。

(繼承來源 AsymmetricAlgorithm)
ExportPkcs8PrivateKeyPem()

匯出目前的金鑰,格式為 PKCS#8 PrivateKeyInfo,並以 PEM 編碼。

(繼承來源 AsymmetricAlgorithm)
ExportSubjectPublicKeyInfo()

匯出目前金鑰中公開金鑰部分,格式為 X.509 SubjectPublicKeyInfo。

(繼承來源 AsymmetricAlgorithm)
ExportSubjectPublicKeyInfoPem()

匯出目前金鑰中公開金鑰部分,格式為 X.509 SubjectPublicKeyInfo,PEM 編碼。

(繼承來源 AsymmetricAlgorithm)
FromXmlString(String)

這種方法涵蓋了所有情況。

FromXmlString(String)

當在衍生類別中覆寫時,會從 XML 字串重建物件 AsymmetricAlgorithm 。 否則,會拋出 NotImplementedException

(繼承來源 AsymmetricAlgorithm)
GenerateKey(ECCurve)

當在派生類別中覆寫時,會為指定曲線產生新的短暫公私鑰對,取代目前的金鑰。

GenerateKey(ECCurve)

當在派生類別中被覆寫時,會為指定的曲線產生新的公私鑰對。

(繼承來源 ECAlgorithm)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetMaxSignatureSize(DSASignatureFormat)

以指定格式由此金鑰產生的簽章,以位元組為單位,獲得最大大小。

GetType()

取得目前實例的 Type

(繼承來源 Object)
HashData(Byte[], Int32, Int32, HashAlgorithmName)

當在派生類別中覆寫時,會利用指定的雜湊演算法計算出位元組陣列指定部分的雜湊值。

HashData(Stream, HashAlgorithmName)

當在導出類別中覆寫時,會利用指定的雜湊演算法計算指定的二進位串流的雜湊值。

ImportECPrivateKey(ReadOnlySpan<Byte>, Int32)

從 ECPrivateKey 結構匯入公私鑰對,替換此物件的金鑰。

ImportECPrivateKey(ReadOnlySpan<Byte>, Int32)

從 ECPrivateKey 結構匯入公私鑰對,替換此物件的金鑰。

(繼承來源 ECAlgorithm)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32)

在以位元組密碼解密後,從 PKCS#8 EncryptedPrivateKeyInfo 結構匯入公私密金鑰對,替換該物件的金鑰。

ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32)

在以位元組密碼解密後,從 PKCS#8 EncryptedPrivateKeyInfo 結構匯入公私密金鑰對,替換該物件的金鑰。

(繼承來源 ECAlgorithm)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32)

當在派生類別中覆寫時,會從 PKCS#8 EncryptedPrivateKeyInfo 結構匯入公私鑰對,並以位元組密碼解密,替換該物件的金鑰。

(繼承來源 AsymmetricAlgorithm)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32)

在以字元密碼解密後,從 PKCS#8 EncryptedPrivateKeyInfo 結構匯入公私鑰對,替換該物件的金鑰。

ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32)

在以位元組密碼解密後,從 PKCS#8 EncryptedPrivateKeyInfo 結構匯入公私密金鑰對,替換該物件的金鑰。

(繼承來源 ECAlgorithm)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32)

當在衍生類別中覆寫時,會在以字元密碼解密後,從 PKCS#8 EncryptedPrivateKeyInfo 結構匯入公私鑰對,替換該物件的金鑰。

(繼承來源 AsymmetricAlgorithm)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)

匯入加密的 RFC 7468 PEM 編碼私鑰,取代此物件的金鑰。

ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)

匯入加密的 RFC 7468 PEM 編碼私鑰,取代此物件的金鑰。

(繼承來源 ECAlgorithm)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>)

匯入加密的 RFC 7468 PEM 編碼私鑰,取代此物件的金鑰。

ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>)

匯入加密的 RFC 7468 PEM 編碼私鑰,取代此物件的金鑰。

(繼承來源 ECAlgorithm)
ImportFromPem(ReadOnlySpan<Char>)

匯入一個 RFC 7468 PEM 編碼的金鑰,替換此物件的金鑰。

ImportFromPem(ReadOnlySpan<Char>)

匯入一個 RFC 7468 PEM 編碼的金鑰,替換此物件的金鑰。

(繼承來源 ECAlgorithm)
ImportParameters(ECParameters)

當在衍生類別中覆寫時,會匯入指定的參數。

ImportParameters(ECParameters)

當在導出類別中覆寫時,會匯入指定的 ECParameters

(繼承來源 ECAlgorithm)
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32)

解密後,從 PKCS#8 PrivateKeyInfo 結構匯入公私鑰對,替換此物件的金鑰。

ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32)

解密後,從 PKCS#8 PrivateKeyInfo 結構匯入公私鑰對,替換此物件的金鑰。

(繼承來源 ECAlgorithm)
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32)

當在派生類別中覆寫時,解密後會從 PKCS#8 PrivateKeyInfo 結構匯入公私鑰對,替換該物件的金鑰。

(繼承來源 AsymmetricAlgorithm)
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32)

解密後,從 X.509 SubjectPublicKeyInfo 結構匯入公鑰,替換該物件的金鑰。

ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32)

解密後,從 X.509 SubjectPublicKeyInfo 結構匯入公鑰,替換該物件的金鑰

(繼承來源 ECAlgorithm)
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32)

當在派生類別中覆寫時,解密後會從 X.509 SubjectPublicKeyInfo 結構匯入公開金鑰,替換該物件的金鑰。

(繼承來源 AsymmetricAlgorithm)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
SignData(Byte[], HashAlgorithmName, DSASignatureFormat)

計算指定資料的雜湊值,並以指定的簽章格式進行簽名。

SignData(Byte[], HashAlgorithmName)

利用指定的雜湊演算法計算指定位元組陣列的雜湊值,並對所得雜湊值進行簽名。

SignData(Byte[], Int32, Int32, HashAlgorithmName, DSASignatureFormat)

計算指定資料的雜湊值,並以指定的簽章格式進行簽名。

SignData(Byte[], Int32, Int32, HashAlgorithmName)

利用指定的雜湊演算法計算指定位元組陣列中某部分的雜湊值,並對所得雜湊值進行簽名。

SignData(ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)

計算指定資料的雜湊值,並以指定的簽章格式進行簽名。

SignData(ReadOnlySpan<Byte>, HashAlgorithmName)

計算指定資料的雜湊值並簽名。

SignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, DSASignatureFormat)

計算指定資料的雜湊值,並以指定格式將其登錄到提供的緩衝區。

SignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName)

計算指定資料的雜湊值,並以指定格式將其登錄到提供的緩衝區。

SignData(Stream, HashAlgorithmName, DSASignatureFormat)

計算指定資料的雜湊值,並以指定的簽章格式進行簽名。

SignData(Stream, HashAlgorithmName)

利用指定的雜湊演算法計算指定串流的雜湊值,並對所得雜湊值進行簽名。

SignDataCore(ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)

計算指定資料的雜湊值,並以指定的簽章格式進行簽名。

SignDataCore(Stream, HashAlgorithmName, DSASignatureFormat)

計算指定資料的雜湊值,並以指定的簽章格式進行簽名。

SignHash(Byte[], DSASignatureFormat)

計算指定雜湊值的ECDSA簽章,格式如下。

SignHash(Byte[])

為指定的雜湊值產生數位簽章。

SignHash(ReadOnlySpan<Byte>, DSASignatureFormat)

計算指定雜湊值的ECDSA簽章,格式如下。

SignHash(ReadOnlySpan<Byte>, Span<Byte>, DSASignatureFormat)

計算指定雜湊值的 ECDSA 簽章,並以指定格式輸入所提供的緩衝區。

SignHash(ReadOnlySpan<Byte>, Span<Byte>)

計算指定雜湊值的 ECDSA 簽章到所提供緩衝區。

SignHash(ReadOnlySpan<Byte>)

計算指定雜湊值的 ECDSA 簽名。

SignHashCore(ReadOnlySpan<Byte>, DSASignatureFormat)

計算指定雜湊值的ECDSA簽章,格式如下。

ToString()

傳回表示目前 物件的字串。

(繼承來源 Object)
ToXmlString(Boolean)

這種方法涵蓋了所有情況。

ToXmlString(Boolean)

當在衍生類別中覆寫時,會建立並回傳當前 AsymmetricAlgorithm 物件的 XML 字串表示。 否則,會拋出 NotImplementedException

(繼承來源 AsymmetricAlgorithm)
TryExportECPrivateKey(Span<Byte>, Int32)

嘗試將目前的 ECPrivateKey 格式金鑰匯出到提供的緩衝區。

TryExportECPrivateKey(Span<Byte>, Int32)

嘗試將目前的 ECPrivateKey 格式金鑰匯出到提供的緩衝區。

(繼承來源 ECAlgorithm)
TryExportECPrivateKeyPem(Span<Char>, Int32)

嘗試將目前的 PEM 編碼 ECPrivateKey 格式匯出至提供的緩衝區。

(繼承來源 ECAlgorithm)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32)

嘗試以 PKCS#8 EncryptedPrivateKeyInfo 格式將目前金鑰匯出到提供的緩衝區,使用位元組密碼。

TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32)

嘗試以 PKCS#8 EncryptedPrivateKeyInfo 格式將目前金鑰匯出到提供的緩衝區,使用位元組密碼。

(繼承來源 ECAlgorithm)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32)

當在衍生類別中覆寫時,會嘗試以 PKCS#8 EncryptedPrivateKeyInfo 格式將目前金鑰匯出到提供的緩衝區,並使用位元組密碼。

(繼承來源 AsymmetricAlgorithm)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)

嘗試將目前的 PKCS#8 EncryptedPrivateKeyInfo 格式金鑰匯出到提供的緩衝區,使用字元密碼。

TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)

嘗試將目前的 PKCS#8 EncryptedPrivateKeyInfo 格式金鑰匯出到提供的緩衝區,使用字元密碼。

(繼承來源 ECAlgorithm)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)

當在衍生類別中覆寫時,會嘗試以 PKCS#8 EncryptedPrivateKeyInfo 格式的當前金鑰匯出到提供的緩衝區,並使用字元密碼。

(繼承來源 AsymmetricAlgorithm)
TryExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters, Span<Char>, Int32)

嘗試以 PKCS#8 EncryptedPrivateKeyInfo 格式匯出目前金鑰,並以位元組密碼(PEM 編碼)匯出。

(繼承來源 AsymmetricAlgorithm)
TryExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters, Span<Char>, Int32)

以 PKCS#8 EncryptedPrivateKeyInfo 格式匯出目前金鑰,並以字元密碼(PEM encoded)匯出。

(繼承來源 AsymmetricAlgorithm)
TryExportPkcs8PrivateKey(Span<Byte>, Int32)

嘗試將目前的 PKCS#8 PrivateKeyInfo 格式匯出至提供的緩衝區。

TryExportPkcs8PrivateKey(Span<Byte>, Int32)

嘗試將目前的 PKCS#8 PrivateKeyInfo 格式匯出至提供的緩衝區。

(繼承來源 ECAlgorithm)
TryExportPkcs8PrivateKey(Span<Byte>, Int32)

當在衍生類別中覆寫時,會嘗試將目前的 PKCS#8 PrivateKeyInfo 格式匯出到提供的緩衝區。

(繼承來源 AsymmetricAlgorithm)
TryExportPkcs8PrivateKeyPem(Span<Char>, Int32)

嘗試將目前以 PEM 編碼的 PKCS#8 PrivateKeyInfo 格式匯出至提供的緩衝區。

(繼承來源 AsymmetricAlgorithm)
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)

嘗試將目前的 X.509 SubjectPublicKeyInfo 格式匯出至提供的緩衝區。

TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)

嘗試將目前的 X.509 SubjectPublicKeyInfo 格式匯出至提供的緩衝區。

(繼承來源 ECAlgorithm)
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)

當在衍生類別中覆寫時,會嘗試將目前的金鑰以 X.509 SubjectPublicKeyInfo 格式匯出到提供的緩衝區。

(繼承來源 AsymmetricAlgorithm)
TryExportSubjectPublicKeyInfoPem(Span<Char>, Int32)

嘗試將目前的 PEM 編碼 X.509 SubjectPublicKeyInfo 格式匯出至提供的緩衝區。

(繼承來源 AsymmetricAlgorithm)
TryHashData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, Int32)

嘗試利用指定的雜湊演算法計算指定唯讀位元組區段的雜湊值。

TrySignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, DSASignatureFormat, Int32)

嘗試以指定格式建立 ECDSA 簽章,並以指定格式進入所提供的緩衝區。

TrySignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, Int32)

嘗試利用指定的雜湊演算法及當前金鑰,計算指定只讀範圍的 ECDSA 數位簽章。

TrySignDataCore(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, DSASignatureFormat, Int32)

嘗試以指定格式建立 ECDSA 簽章,並以指定格式進入所提供的緩衝區。

TrySignHash(ReadOnlySpan<Byte>, Span<Byte>, DSASignatureFormat, Int32)

嘗試以指定格式的雜湊值建立 ECDSA 簽章,並以指定格式進入所提供的緩衝區。

TrySignHash(ReadOnlySpan<Byte>, Span<Byte>, Int32)

嘗試利用目前金鑰計算指定只讀範圍的數位簽章,代表資料雜湊到指定目的的位元組。

TrySignHashCore(ReadOnlySpan<Byte>, Span<Byte>, DSASignatureFormat, Int32)

嘗試以指定格式的雜湊值建立 ECDSA 簽章,並以指定格式進入所提供的緩衝區。

VerifyData(Byte[], Byte[], HashAlgorithmName, DSASignatureFormat)

驗證數位簽章是否對所提供資料有效。

VerifyData(Byte[], Byte[], HashAlgorithmName)

驗證數位簽章是否適用於當前金鑰及指定雜湊演算法所提供的資料。

VerifyData(Byte[], Int32, Int32, Byte[], HashAlgorithmName, DSASignatureFormat)

驗證數位簽章是否對所提供資料有效。

VerifyData(Byte[], Int32, Int32, Byte[], HashAlgorithmName)

驗證數位簽章是否適用於當前金鑰及指定雜湊演算法所提供的資料部分。

VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)

驗證數位簽章是否對所提供資料有效。

VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName)

驗證數位簽章是否適用於當前金鑰及指定雜湊演算法所提供的資料。

VerifyData(Stream, Byte[], HashAlgorithmName, DSASignatureFormat)

驗證數位簽章是否對所提供資料有效。

VerifyData(Stream, Byte[], HashAlgorithmName)

驗證數位簽章是否適用於當前金鑰及指定雜湊演算法所提供的資料。

VerifyDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)

驗證數位簽章是否對所提供資料有效。

VerifyDataCore(Stream, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)

驗證數位簽章是否對所提供資料有效。

VerifyHash(Byte[], Byte[], DSASignatureFormat)

驗證數位簽章是否對所提供的雜湊值有效。

VerifyHash(Byte[], Byte[])

驗證數位簽章是否適用於當前金鑰及提供的資料雜湊值。

VerifyHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, DSASignatureFormat)

驗證數位簽章是否對所提供的雜湊值有效。

VerifyHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

驗證數位簽章是否適用於當前金鑰及提供的資料雜湊值。

VerifyHashCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, DSASignatureFormat)

驗證數位簽章是否對所提供的雜湊值有效。

明確介面實作

名稱 Description
IDisposable.Dispose()

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

關於此成員的描述,請參見 Dispose()

(繼承來源 AsymmetricAlgorithm)

適用於