GetPropertiesRequest Properties
An object defining properties for the GetPropertiesRequest class.
SecretKey
Gets the encrypted secret key for the object.
Type: string
This property contains the encrypted security key for the object whose properties are being requested. It is read-only and is used in conjunction with the DecryptedSecret property to verify access to the object's properties.
DecryptedSecret
Gets the decrypted secret information for the object.
Type: DMObjectSecret
This property contains the decrypted version of the SecretKey, automatically populated using the DecryptData attribute. It has a private setter to ensure controlled access to the decrypted security information.