KeyVaultModelFactory.KeyEncryptOutput(String) 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.
Creates a new instance of KeyEncryptOutput(String).
public static Azure.Connectors.Sdk.KeyVault.Models.KeyEncryptOutput KeyEncryptOutput(string encryptedData = default);
static member KeyEncryptOutput : string -> Azure.Connectors.Sdk.KeyVault.Models.KeyEncryptOutput
Public Shared Function KeyEncryptOutput (Optional encryptedData As String = Nothing) As KeyEncryptOutput
Parameters
- encryptedData
- String