TdxX509Store.Mode Property
In This Article
Returns the certificate store access mode.
#Declaration
Delphi
property Mode: TdxX509StoreMode read;
#Property Value
Type |
---|
Tdx |
#Remarks
This property value is a bitwise combination of certificate store access flags. Refer to the TdxX509StoreMode type description for detailed information on all access mode flags.
Note
The current Tdx
See Also