UnsetAsDefaultContentRequest Properties
An object defining properties for the UnsetAsDefaultContentRequest 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.
SecretKey
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 DecryptedSecret property which contains the decrypted version of this key.
DecryptedSecret
Gets the decrypted object secret information.
Type: DMObjectSecret
This property contains the decrypted version of the SecretKey. It is automatically populated using the [DecryptData] attribute with "SecretKey" as the source. The property has a private setter to ensure controlled access to the decrypted data.
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.