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