IKeyEscrowSink 接口

定义

用于实现密钥托管接收器的基本接口。

public interface class IKeyEscrowSink
public interface IKeyEscrowSink
type IKeyEscrowSink = interface
Public Interface IKeyEscrowSink

注解

IKeyEscrowSink 与 中不同 IXmlRepository ,它 IKeyEscrowSink 提供只写接口,实例处理未加密的密钥材料,同时 IXmlRepository 提供读/写接口,实例处理加密密钥材料。

方法

Store(Guid, XElement)

将给定的密钥材料存储到托管服务。

适用于