Clear()
|
釋放 AsymmetricAlgorithm 類別所使用的所有資源。
(繼承來源 AsymmetricAlgorithm)
|
Dispose()
|
釋放 AsymmetricAlgorithm 類別目前的執行個體所使用的全部資源。
(繼承來源 AsymmetricAlgorithm)
|
Dispose(Boolean)
|
釋放 AsymmetricAlgorithm 類別所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。
(繼承來源 AsymmetricAlgorithm)
|
Equals(Object)
|
判斷指定的物件是否等於目前的物件。
(繼承來源 Object)
|
ExportECPrivateKey()
|
以 ECPrivateKey 格式匯出目前的金鑰。
|
ExportECPrivateKeyPem()
|
以 ECPrivateKey 格式匯出目前的金鑰,並編碼 PEM。
|
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters)
|
使用位元組型密碼以 PKCS#8 EncryptedPrivateKeyInfo 格式匯出目前金鑰。
(繼承來源 AsymmetricAlgorithm)
|
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters)
|
使用 Char 型密碼以 PKCS#8 EncryptedPrivateKeyInfo 格式匯出目前金鑰。
(繼承來源 AsymmetricAlgorithm)
|
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters)
|
使用以位元組為基礎的密碼 PEM 編碼,以 PKCS#8 EncryptedPrivateKeyInfo 格式導出目前的密鑰。
(繼承來源 AsymmetricAlgorithm)
|
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters)
|
使用以字元為基礎的密碼 PEM 編碼,以 PKCS#8 EncryptedPrivateKeyInfo 格式導出目前的密鑰。
(繼承來源 AsymmetricAlgorithm)
|
ExportExplicitParameters(Boolean)
|
在衍生類別中覆寫時,匯出 ECCurve 的明確 ECParameters 。
|
ExportParameters(Boolean)
|
在衍生類別中覆寫時,導出ECCurve的具名或明確 ECParameters 。
如果曲線有名稱,Curve 屬性會包含具名曲線參數,否則會包含明確的參數。
|
ExportPkcs8PrivateKey()
|
以 PKCS#8 PrivateKeyInfo 格式匯出目前金鑰。
(繼承來源 AsymmetricAlgorithm)
|
ExportPkcs8PrivateKeyPem()
|
以 PKCS#8 PrivateKeyInfo 格式匯出目前的密鑰,並編碼 PEM。
(繼承來源 AsymmetricAlgorithm)
|
ExportSubjectPublicKeyInfo()
|
以 X.509 SubjectPublicKeyInfo 格式匯出目前金鑰的公開金鑰部分。
(繼承來源 AsymmetricAlgorithm)
|
ExportSubjectPublicKeyInfoPem()
|
以 X.509 SubjectPublicKeyInfo 格式匯出目前密鑰的公鑰部分,並編碼 PEM。
(繼承來源 AsymmetricAlgorithm)
|
FromXmlString(String)
|
在衍生類別中覆寫時,從 XML 字串重新建構 AsymmetricAlgorithm 物件。 否則,擲回 NotImplementedException。
(繼承來源 AsymmetricAlgorithm)
|
GenerateKey(ECCurve)
|
在衍生類別中覆寫時,為指定的曲線產生新的公開/私鑰。
|
GetHashCode()
|
做為預設雜湊函式。
(繼承來源 Object)
|
GetType()
|
取得目前執行個體的 Type。
(繼承來源 Object)
|
ImportECPrivateKey(ReadOnlySpan<Byte>, Int32)
|
從 ECPrivateKey 結構匯入公開/私密金鑰組,以取代這個物件的金鑰。
|
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32)
|
使用位元組型密碼解密之後,從 PKCS#8 EncryptedPrivateKeyInfo 結構匯入公開/私密金鑰組,以取代這個物件的金鑰。
|
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32)
|
使用位元組型密碼解密之後,從 PKCS#8 EncryptedPrivateKeyInfo 結構匯入公開/私密金鑰組,以取代這個物件的金鑰。
|
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
|
匯入 RFC 7468 PEM 編碼的加密私密金鑰,並取代這個物件的金鑰。
|
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>)
|
匯入 RFC 7468 PEM 編碼的加密私密金鑰,並取代這個物件的金鑰。
|
ImportFromPem(ReadOnlySpan<Char>)
|
匯入 RFC 7468 PEM 編碼的金鑰,並取代這個物件的金鑰。
|
ImportParameters(ECParameters)
|
在衍生類別中覆寫時,會匯入指定的 ECParameters。
|
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32)
|
解密後,從 PKCS#8 PrivateKeyInfo 結構匯入公開/私密金鑰組,以取代這個物件的金鑰。
|
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32)
|
在解密之後,從 X.509 SubjectPublicKeyInfo 結構匯入公鑰,取代此物件的密鑰
|
MemberwiseClone()
|
建立目前 Object 的淺層複製。
(繼承來源 Object)
|
ToString()
|
傳回代表目前物件的字串。
(繼承來源 Object)
|
ToXmlString(Boolean)
|
在衍生類別中覆寫時,建立並傳回目前 AsymmetricAlgorithm 物件的 XML 字串表示。 否則,擲回 NotImplementedException。
(繼承來源 AsymmetricAlgorithm)
|
TryExportECPrivateKey(Span<Byte>, Int32)
|
嘗試以 ECPrivateKey 格式將目前的金鑰匯出至提供的緩衝區。
|
TryExportECPrivateKeyPem(Span<Char>, Int32)
|
嘗試將 PEM 編碼 ECPrivateKey 格式的目前密鑰導出至提供的緩衝區。
|
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32)
|
使用位元組型密碼,嘗試以 PKCS#8 EncryptedPrivateKeyInfo 格式將目前的金鑰匯出至提供的緩衝區。
|
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)
|
使用 Char 型密碼,嘗試以 PKCS#8 EncryptedPrivateKeyInfo 格式將目前的金鑰匯出至提供的緩衝區。
|
TryExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters, Span<Char>, Int32)
|
嘗試使用以位元組為基礎的密碼 PEM 編碼,以 PKCS#8 EncryptedPrivateKeyInfo 格式導出目前的密鑰。
(繼承來源 AsymmetricAlgorithm)
|
TryExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters, Span<Char>, Int32)
|
使用以字元為基礎的密碼 PEM 編碼,以 PKCS#8 EncryptedPrivateKeyInfo 格式導出目前的密鑰。
(繼承來源 AsymmetricAlgorithm)
|
TryExportPkcs8PrivateKey(Span<Byte>, Int32)
|
嘗試以 PKCS#8 PrivateKeyInfo 格式將目前的金鑰匯出至提供的緩衝區。
|
TryExportPkcs8PrivateKeyPem(Span<Char>, Int32)
|
嘗試將 PEM 編碼 PKCS#8 PrivateKeyInfo 格式中的目前密鑰導出為提供的緩衝區。
(繼承來源 AsymmetricAlgorithm)
|
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)
|
嘗試以 X.509 SubjectPublicKeyInfo 格式將目前的金鑰匯出至提供的緩衝區。
|
TryExportSubjectPublicKeyInfoPem(Span<Char>, Int32)
|
嘗試將 PEM 編碼 X.509 SubjectPublicKeyInfo 格式中的目前密鑰導出為提供的緩衝區。
(繼承來源 AsymmetricAlgorithm)
|