IKeyEscrowSink 인터페이스

정의

키 에스크로 싱크를 구현하기 위한 기본 인터페이스입니다.

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

설명

IKeyEscrowSink는 쓰기 전용 인터페이스를 제공하고 인스턴스는 암호화되지 않은 키 자료를 처리하는 반면 IXmlRepository 읽기+쓰기 인터페이스를 제공하고 인스턴스는 암호화된 키 자료를 처리하는 와 다릅니다.IXmlRepositoryIKeyEscrowSink

메서드

Store(Guid, XElement)

지정된 키 자료를 에스크로 서비스에 저장합니다.

적용 대상