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)
|
使用基于字节的密码(PEM 编码)导出 PKCS#8 EncryptedPrivateKeyInfo 格式的当前密钥。
(继承自 AsymmetricAlgorithm)
|
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters)
|
使用基于字符的密码(PEM 编码)导出 PKCS#8 EncryptedPrivateKeyInfo 格式的当前密钥。
(继承自 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 结构中导入公/私钥对,以替换此对象的密钥。
(继承自 AsymmetricAlgorithm)
|
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32)
|
使用基于字节的密码解密之后,从 PKCS#8 EncryptedPrivateKeyInfo 结构中导入公/私钥对,以替换此对象的密钥。
(继承自 ECAlgorithm)
|
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32)
|
使用基于字符的密码解密之后,从 PKCS#8 EncryptedPrivateKeyInfo 结构中导入公/私钥对,以替换此对象的密钥。
|
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32)
|
在派生的类中替代时,使用基于字符的密码解密之后,从 PKCS#8 EncryptedPrivateKeyInfo 结构中导入公/私钥对,以替换此对象的密钥。
(继承自 AsymmetricAlgorithm)
|
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32)
|
使用基于字节的密码解密之后,从 PKCS#8 EncryptedPrivateKeyInfo 结构中导入公/私钥对,以替换此对象的密钥。
(继承自 ECAlgorithm)
|
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
|
导入已加密的 RFC 7468 PEM 编码的私钥,替换此对象的密钥。
|
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
|
在派生的类中重写时,导入已加密的 RFC 7468 PEM 编码的密钥,替换此对象的密钥。
(继承自 AsymmetricAlgorithm)
|
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 编码的密钥,替换此对象的密钥。
(继承自 AsymmetricAlgorithm)
|
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>)
|
导入已加密的 RFC 7468 PEM 编码的私钥,替换此对象的密钥。
(继承自 ECAlgorithm)
|
ImportFromPem(ReadOnlySpan<Char>)
|
导入 RFC 7468 PEM 编码的密钥,替换此对象的密钥。
|
ImportFromPem(ReadOnlySpan<Char>)
|
在派生的类中重写时,导入 RFC 7468 按原文编码的密钥,替换此对象的密钥。
(继承自 AsymmetricAlgorithm)
|
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 结构中导入公/私钥对,以替换此对象的密钥。
(继承自 AsymmetricAlgorithm)
|
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32)
|
解密后,从 PKCS#8 PrivateKeyInfo 结构中导入公/私钥对,以替换此对象的密钥。
(继承自 ECAlgorithm)
|
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32)
|
解密后,从 X.509 SubjectPublicKeyInfo 结构中导入公钥,以替换此对象的密钥。
|
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32)
|
在派生的类中替代时,解密后从 X.509 SubjectPublicKeyInfo 结构中导入公/私钥对,以替换此对象的密钥。
(继承自 AsymmetricAlgorithm)
|
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32)
|
解密后从 X.509 SubjectPublicKeyInfo 结构导入公钥,替换此对象的密钥
(继承自 ECAlgorithm)
|
MemberwiseClone()
|
创建当前 Object 的浅表副本。
(继承自 Object)
|
SignData(Byte[], HashAlgorithmName)
|
使用指定的哈希算法计算指定字节数组的哈希值,并对生成的哈希值进行签名。
|
SignData(Byte[], HashAlgorithmName, DSASignatureFormat)
|
计算指定数据的哈希值,并使用指定的签名格式对其进行签名。
|
SignData(Byte[], Int32, Int32, HashAlgorithmName)
|
使用指定的哈希算法计算指定字节数组的一个部分的哈希值,并对生成的哈希值进行签名。
|
SignData(Byte[], Int32, Int32, HashAlgorithmName, DSASignatureFormat)
|
计算指定数据的哈希值,并使用指定的签名格式对其进行签名。
|
SignData(ReadOnlySpan<Byte>, HashAlgorithmName)
|
计算指定数据的哈希值,并对其进行签名。
|
SignData(ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
|
计算指定数据的哈希值,并使用指定的签名格式对其进行签名。
|
SignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName)
|
计算指定数据的哈希值,并将其以指定格式签名到提供的缓冲区中。
|
SignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, DSASignatureFormat)
|
计算指定数据的哈希值,并将其以指定格式签名到提供的缓冲区中。
|
SignData(Stream, HashAlgorithmName)
|
使用指定的哈希算法计算指定流的哈希值,并对生成的哈希值进行签名。
|
SignData(Stream, HashAlgorithmName, DSASignatureFormat)
|
计算指定数据的哈希值,并使用指定的签名格式对其进行签名。
|
SignDataCore(ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
|
计算指定数据的哈希值,并使用指定的签名格式对其进行签名。
|
SignDataCore(Stream, HashAlgorithmName, DSASignatureFormat)
|
计算指定数据的哈希值,并使用指定的签名格式对其进行签名。
|
SignHash(Byte[])
|
为指定的哈希值生成数字签名。
|
SignHash(Byte[], DSASignatureFormat)
|
采用指定格式为指定的哈希值计算 ECDSA 签名。
|
SignHash(ReadOnlySpan<Byte>)
|
计算指定哈希值的 ECDSA 签名。
|
SignHash(ReadOnlySpan<Byte>, DSASignatureFormat)
|
采用指定格式为指定的哈希值计算 ECDSA 签名。
|
SignHash(ReadOnlySpan<Byte>, Span<Byte>)
|
将指定哈希值的 ECDSA 签名计算到提供的缓冲区中。
|
SignHash(ReadOnlySpan<Byte>, Span<Byte>, DSASignatureFormat)
|
将指定格式的指定哈希值的 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 格式将当前密钥导出到所提供的缓冲区。
(继承自 AsymmetricAlgorithm)
|
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32)
|
尝试使用基于字节的密码以 PKCS#8 EncryptedPrivateKeyInfo 格式将当前密钥导出到所提供的缓冲区。
(继承自 ECAlgorithm)
|
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)
|
尝试使用基于字符的密码以 PKCS#8 EncryptedPrivateKeyInfo 格式将当前密钥导入所提供的缓冲区。
|
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)
|
在派生的类中替代时,尝试使用基于字符的密码以 PKCS#8 EncryptedPrivateKeyInfo 格式将当前密钥导出到所提供的缓冲区。
(继承自 AsymmetricAlgorithm)
|
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)
|
尝试使用基于字符的密码以 PKCS#8 EncryptedPrivateKeyInfo 格式将当前密钥导入所提供的缓冲区。
(继承自 ECAlgorithm)
|
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 格式将当前密钥导出到所提供的缓冲区。
|
TryExportPkcs8PrivateKey(Span<Byte>, Int32)
|
在派生的类中替代时,尝试以 PKCS#8 PrivateKeyInfo 格式将当前密钥导出到所提供的缓冲区。
(继承自 AsymmetricAlgorithm)
|
TryExportPkcs8PrivateKey(Span<Byte>, Int32)
|
尝试以 PKCS#8 PrivateKeyInfo 格式将当前密钥导出到所提供的缓冲区。
(继承自 ECAlgorithm)
|
TryExportPkcs8PrivateKeyPem(Span<Char>, Int32)
|
尝试将 PEM 编码的 PKCS#8 PrivateKeyInfo 格式的当前密钥导出到提供的缓冲区中。
(继承自 AsymmetricAlgorithm)
|
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)
|
尝试以 X.509 SubjectPublicKeyInfo 格式将当前密钥导出到所提供的缓冲区。
|
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)
|
在派生的类中替代时,尝试以 X.509 SubjectPublicKeyInfo 格式将当前密钥导出到所提供的缓冲区。
(继承自 AsymmetricAlgorithm)
|
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)
|
尝试以 X.509 SubjectPublicKeyInfo 格式将当前密钥导出到所提供的缓冲区。
(继承自 ECAlgorithm)
|
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)
|
尝试使用当前密钥,将指定的表示数据哈希只读字节范围的 ECDSA 数字签名计算入提供的目标。
|
TrySignHashCore(ReadOnlySpan<Byte>, Span<Byte>, DSASignatureFormat, Int32)
|
尝试在提供的缓冲区中以指定的格式为指定的哈希值创建 ECDSA 签名。
|
VerifyData(Byte[], Byte[], HashAlgorithmName)
|
验证数字签名是否适用于当前密钥和使用指定的哈希算法提供的数据。
|
VerifyData(Byte[], Byte[], HashAlgorithmName, DSASignatureFormat)
|
验证数字签名对于所提供的数据是否有效。
|
VerifyData(Byte[], Int32, Int32, Byte[], HashAlgorithmName)
|
使用指定的哈希算法验证数字签名是否适用于当前密钥和提供的数据部分。
|
VerifyData(Byte[], Int32, Int32, Byte[], HashAlgorithmName, DSASignatureFormat)
|
验证数字签名对于所提供的数据是否有效。
|
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName)
|
验证数字签名是否适用于当前密钥和使用指定的哈希算法提供的数据。
|
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
|
验证数字签名对于所提供的数据是否有效。
|
VerifyData(Stream, Byte[], HashAlgorithmName)
|
验证数字签名是否适用于当前密钥和使用指定的哈希算法提供的数据。
|
VerifyData(Stream, Byte[], HashAlgorithmName, DSASignatureFormat)
|
验证数字签名对于所提供的数据是否有效。
|
VerifyDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
|
验证数字签名对于所提供的数据是否有效。
|
VerifyDataCore(Stream, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)
|
验证数字签名对于所提供的数据是否有效。
|
VerifyHash(Byte[], Byte[])
|
验证数字签名是否适用于当前密钥和提供的数据哈希。
|
VerifyHash(Byte[], Byte[], DSASignatureFormat)
|
验证数字签名对于所提供的哈希是否有效。
|
VerifyHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
|
验证数字签名是否适用于当前密钥和提供的数据哈希。
|
VerifyHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, DSASignatureFormat)
|
验证数字签名对于所提供的哈希是否有效。
|
VerifyHashCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, DSASignatureFormat)
|
验证数字签名对于所提供的哈希是否有效。
|