Skip to main content

GetCommitListRequest Properties

An object defining properties for the GetCommitListRequest class.

VersionSecretKey

Gets the encrypted version secret key used for secure operations.

Type: string

The VersionSecretKey property holds the encrypted security key that is used to decrypt the version secret information. This property is used in conjunction with the DecryptedVersionSecret property.


DecryptedVersionSecret

Gets the decrypted version secret information used for secure operations.

Type: DMObjectVersionSecret

The DecryptedVersionSecret property contains the decrypted version secret information and is marked with the [DecryptData("VersionSecretKey")] attribute, indicating that its value is decrypted using the VersionSecretKey property.