9 references to BCRYPT_RSAKEY_BLOB
System.Security.Cryptography (9)
System\Security\Cryptography\CngHelpers.cs (9)
10using BCRYPT_RSAKEY_BLOB = Interop.BCrypt.BCRYPT_RSAKEY_BLOB; 176int blobSize = sizeof(BCRYPT_RSAKEY_BLOB) + 190BCRYPT_RSAKEY_BLOB* pBcryptBlob = (BCRYPT_RSAKEY_BLOB*)pRsaBlob; 206int offset = sizeof(BCRYPT_RSAKEY_BLOB); 246if (rsaBlob.Length < sizeof(BCRYPT_RSAKEY_BLOB)) 257BCRYPT_RSAKEY_BLOB* pBcryptBlob = (BCRYPT_RSAKEY_BLOB*)pRsaBlob; 259int offset = sizeof(BCRYPT_RSAKEY_BLOB);