IKeyEscrowSink 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于实现密钥托管接收器的基本接口。
public interface class IKeyEscrowSink
public interface IKeyEscrowSink
type IKeyEscrowSink = interface
Public Interface IKeyEscrowSink
注解
IKeyEscrowSink 与 中不同 IXmlRepository ,它 IKeyEscrowSink 提供只写接口,实例处理未加密的密钥材料,同时 IXmlRepository 提供读/写接口,实例处理加密密钥材料。
方法
Store(Guid, XElement) |
将给定的密钥材料存储到托管服务。 |