15 references to OpenSslPkcsFormatReader
System.Security.Cryptography (15)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (6)
53OpenSslPkcsFormatReader.TryReadPkcs7Der(rawData, out cert) || 54OpenSslPkcsFormatReader.TryReadPkcs7Pem(rawData, out cert) || 55OpenSslPkcsFormatReader.TryReadPkcs12(rawData, password, ephemeralSpecified, readingFromFile: false, out cert, out openSslException)) 86OpenSslPkcsFormatReader.TryReadPkcs12( 128if (OpenSslPkcsFormatReader.TryReadPkcs7Pem(bio, out certPal)) 136if (OpenSslPkcsFormatReader.TryReadPkcs7Der(bio, out certPal))
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (3)
78if (OpenSslPkcsFormatReader.IsPkcs7(rawData)) 133if (OpenSslPkcsFormatReader.IsPkcs7Der(fileBio)) 140if (OpenSslPkcsFormatReader.IsPkcs7Pem(fileBio))
System\Security\Cryptography\X509Certificates\StorePal.OpenSsl.cs (6)
40if (OpenSslPkcsFormatReader.TryReadPkcs7Der(rawData, out certPals) || 41OpenSslPkcsFormatReader.TryReadPkcs7Pem(rawData, out certPals) || 42OpenSslPkcsFormatReader.TryReadPkcs12(rawData, password, ephemeralSpecified, readingFromFile: false, out certPals, out openSslException)) 94if (OpenSslPkcsFormatReader.TryReadPkcs7Pem(bio, out certPals)) 102if (OpenSslPkcsFormatReader.TryReadPkcs7Der(bio, out certPals)) 113if (OpenSslPkcsFormatReader.TryReadPkcs12(data, password, ephemeralSpecified, readingFromFile: true, out certPals, out openSslException))