ResourceEncryptionKeys Class
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.
Represent the object that contains the encrypted keys of the resource
public class ResourceEncryptionKeys
type ResourceEncryptionKeys = class
Public Class ResourceEncryptionKeys
- Inheritance
-
ResourceEncryptionKeys
Constructors
ResourceEncryptionKeys() |
Initializes a new instance of the ResourceEncryptionKeys class. |
ResourceEncryptionKeys(String, String) |
Initializes a new instance of the ResourceEncryptionKeys class with required arguments. |
Properties
EncodedEncryptedPublicKey |
Required. Public Key encrypted with Channel Integrity Key |
ResourceName |
Optional. Name of the resource to which the encoded keys belong |
Thumbprint |
Required. Public Key encrypted with Channel Integrity Key |
Applies to
Azure SDK for .NET