Do the IBuffer objects produced by the methods in Windows.Security.Cryptography.CryptographicBuffer have security features?
问题 The Windows.Security.Cryptography.CryptographicBuffer class contains static methods for converting between strings and an IBuffer-implementing object which can be used by the cryptography functions. Do these objects have special security measures internally, such as preventing paging to disk, encrypting at rest, and/or erasing when the object is freed? If not, is there an alternative? For the alternatives, C#/.Net for Windows Universal Apps is preferred; C++/CX if necessary. EDIT: Asking the