TdxX509Store.Mode Property
Returns the certificate store access mode.
Declaration
property Mode: TdxX509StoreMode read;
Property Value
Type |
---|
TdxX509StoreMode |
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 TdxX509Store class implementation can open a certificate store only in read-only mode.
See Also