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.
The encryption identity properties.
public class EncryptionIdentity
type EncryptionIdentity = class
Public Class EncryptionIdentity
- Inheritance
-
EncryptionIdentity
Constructors
EncryptionIdentity() |
Initializes a new instance of the EncryptionIdentity class. |
EncryptionIdentity(Nullable<Guid>, Nullable<Guid>) |
Initializes a new instance of the EncryptionIdentity class. |
Properties
PrincipalId |
Gets the principal identifier associated with the encryption. |
TenantId |
Gets the tenant identifier associated with the encryption. |
Type |
The type of encryption being used. Currently the only supported type is 'SystemAssigned'. |