2 references to CRYPTPROTECTMEMORY_BLOCK_SIZE
System.Security (2)
system\security\cryptography\dataprotection.cs (2)
192if ((userData.Length == 0) || (userData.Length % CAPI.CRYPTPROTECTMEMORY_BLOCK_SIZE != 0)) 223if ((encryptedData.Length == 0) || (encryptedData.Length % CAPI.CRYPTPROTECTMEMORY_BLOCK_SIZE != 0))