EncryptionIdentity 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.
Encryption identity for the storage account.
public class EncryptionIdentity
type EncryptionIdentity = class
Public Class EncryptionIdentity
- Inheritance
-
EncryptionIdentity
Constructors
EncryptionIdentity() |
Initializes a new instance of the EncryptionIdentity class. |
EncryptionIdentity(String, String) |
Initializes a new instance of the EncryptionIdentity class. |
Properties
EncryptionFederatedIdentityClientId |
Gets or sets clientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account. |
EncryptionUserAssignedIdentity |
Gets or sets resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account. |
Applies to
Azure SDK for .NET