IKeyEscrowSink Interface

Definition

The basic interface for implementing a key escrow sink.

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

Remarks

IKeyEscrowSink is distinct from IXmlRepository in that IKeyEscrowSink provides a write-only interface and instances handle unencrypted key material, while IXmlRepository provides a read+write interface and instances handle encrypted key material.

Methods

Store(Guid, XElement)

Stores the given key material to the escrow service.

Applies to