ICspAsymmetricAlgorithm 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义允许 AsymmetricAlgorithm 类枚举密钥容器信息,并导入和导出与 Microsoft 加密 API (CAPI) 兼容的密钥 blob 的方法。
public interface class ICspAsymmetricAlgorithm
public interface ICspAsymmetricAlgorithm
[System.Runtime.InteropServices.ComVisible(true)]
public interface ICspAsymmetricAlgorithm
type ICspAsymmetricAlgorithm = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ICspAsymmetricAlgorithm = interface
Public Interface ICspAsymmetricAlgorithm
- 派生
- 属性
注解
扩展 类的 AsymmetricAlgorithm 类应实现 ICspAsymmetricAlgorithm 接口以使用 CspKeyContainerInfo 对象枚举密钥容器信息,以及导入和导出 Microsoft 加密 API (CAPI) 兼容的密钥 blob。
属性
CspKeyContainerInfo |
获取描述有关加密密钥对的附加信息的 CspKeyContainerInfo 对象。 |
方法
ExportCspBlob(Boolean) |
导出包含与 AsymmetricAlgorithm 对象关联的密钥信息的 blob。 |
ImportCspBlob(Byte[]) |
导入表示非对称密钥信息的 blob。 |