3 references to GetContentInfo
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
50contentInfo = hCryptMsg.GetContentInfo();
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (2)
39ContentInfo contentInfo = _hCryptMsg.GetContentInfo(); 118return _hCryptMsg.GetContentInfo();