BackupKey Method

Backs up a key.

Syntax

public void BackupKey(string keyName);
Public Sub BackupKey(ByVal KeyName As String)

Remarks

This method backs up the key specified by KeyName, returning it in a protected form via the output stream specified via the SetOutputStream method, the specified OutputFile, or the OutputData property.

Note that the protected key cannot be used outside of Azure Key Vault, it must be restored to another vault using the RestoreKey method in order to be used.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 .NET Edition - Version 20.0 [Build 8157]