IKeyEscrowSink.Store(Guid, XElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.