EncryptionIdentity Class

Definition

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'.

Applies to