IKeyEscrowSink.Store(Guid, XElement) Method

Definition

Stores the given key material to the escrow service.

public:
 void Store(Guid keyId, System::Xml::Linq::XElement ^ element);
public void Store (Guid keyId, System.Xml.Linq.XElement element);
abstract member Store : Guid * System.Xml.Linq.XElement -> unit
Public Sub Store (keyId As Guid, element As XElement)

Parameters

keyId
Guid

The id of the key being persisted to escrow.

element
XElement

The unencrypted key material in XML form.

Applies to