Skip to main content

SetAsDefaultContentRequest Properties

An object defining properties for the SetAsDefaultContentRequest class.

DecryptedVersionSecret

Gets the decrypted version secret information.

Type: DMObjectVersionSecret

This property contains the decrypted version of the VersionSecretKey. It is automatically populated using the [DecryptData] attribute with "VersionSecretKey" as the source. The property has a private setter to ensure controlled access to the decrypted data.


ObjectSecretKey

Gets the encrypted secret key used for object security.

Type: string

This property holds the encrypted secret key that is used for object security operations. It is used in conjunction with the DecryptedObjectSecret property which contains the decrypted version of this key.


VersionSecretKey

Gets the encrypted secret key for the version security.

Type: string

This property holds the encrypted secret key that is used for version security operations. It is used in conjunction with the DecryptedVersionSecret property which contains the decrypted version of this key.


DecryptedObjectSecret

Gets the decrypted object secret information.

Type: DMObjectSecret

This property contains the decrypted version of the ObjectSecretKey. It is automatically populated using the [DecryptData] attribute with "ObjectSecretKey" as the source. The property has a private setter to ensure controlled access to the decrypted data.