ISecurityDomainClient.DecryptSecurityDomain 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.
public Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.PlaintextList DecryptSecurityDomain (Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.SecurityDomainData data, Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[] paths);
abstract member DecryptSecurityDomain : Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.SecurityDomainData * Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[] -> Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.PlaintextList
Public Function DecryptSecurityDomain (data As SecurityDomainData, paths As KeyPath()) As PlaintextList
Parameters
- data
- SecurityDomainData
- paths
- KeyPath[]