20 public abstract global::System.Security.Cryptography.X509Certificates.X509Certificate2Impl
Import(
X509Certificate cert);
23 private static byte[]
PEM(
string type,
byte[] data)
26 string text =
string.Format(
"-----BEGIN {0}-----", type);
27 string text2 =
string.Format(
"-----END {0}-----", type);
45 internal global::System.Security.Cryptography.X509Certificates.X509Certificate2Impl
ImportFallback(
byte[] data)
54 byte value = data.m_value;
65 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
81 if (
rawData ==
null || num == 0)
class f__AnonymousType0<< Count > j__TPar
global::System.Security.Cryptography.X509Certificates.X509Certificate2Impl Import(X509Certificate cert)
static byte[] ConvertData(byte[] data)
global::System.Security.Cryptography.X509Certificates.X509Certificate2Impl ImportFallback(byte[] data, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags)
global::System.Security.Cryptography.X509Certificates.X509Certificate2Impl Import(byte[] data, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags)
bool SupportsLegacyBasicConstraintsExtension
static byte[] PEM(string type, byte[] data)
X509ContentType GetCertContentType(byte[] rawData)
global::System.Security.Cryptography.X509Certificates.X509Certificate2Impl ImportFallback(byte[] data)
X509CertificateImpl Import(byte[] data)