KeyVaultModelFactory.KeyDecryptOutput(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 KeyDecryptOutput(String).
public static Azure.Connectors.Sdk.KeyVault.Models.KeyDecryptOutput KeyDecryptOutput(string rawData = default);
static member KeyDecryptOutput : string -> Azure.Connectors.Sdk.KeyVault.Models.KeyDecryptOutput
Public Shared Function KeyDecryptOutput (Optional rawData As String = Nothing) As KeyDecryptOutput
Parameters
- rawData
- String