The cpp SecureString.size is a method that returns the size, in terms of number of characters, of a SecureString object in C++. This method is used to determine the length of the encrypted string stored within the SecureString object, thereby providing information about the amount of memory occupied by the string.
C++ (Cpp) SecureString::size - 15 examples found. These are the top rated real world C++ (Cpp) examples of SecureString::size extracted from open source projects. You can rate examples to help us improve the quality of examples.