14 references to CryptDecodeObjectStructType
System.Security.Cryptography (14)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (3)
177
CryptDecodeObjectStructType
.X509_UNICODE_ANY_STRING,
198
CryptDecodeObjectStructType
.X509_CERTIFICATE_TEMPLATE,
294
if (!extensionRawData.DecodeObjectNoThrow(
CryptDecodeObjectStructType
.X509_CERT_POLICIES, oidValue, DecodeObjectCallback, out foundMatch))
System\Security\Cryptography\X509Certificates\LegacyBasicConstraintsDecoder.Windows.cs (1)
23
CryptDecodeObjectStructType
.X509_BASIC_CONSTRAINTS,
System\Security\Cryptography\X509Certificates\WindowsHelpers.cs (2)
78
CryptDecodeObjectStructType
lpszStructType,
171
CryptDecodeObjectStructType
lpszStructType,
System\Security\Cryptography\X509Certificates\WindowsInterop.crypt32.cs (5)
81
public static bool CryptDecodeObject(Interop.Crypt32.CertEncodingType dwCertEncodingType,
CryptDecodeObjectStructType
lpszStructType, byte[] pbEncoded, int cbEncoded, Interop.Crypt32.CryptDecodeObjectFlags dwFlags, byte[]? pvStructInfo, ref int pcbStructInfo)
86
public static unsafe bool CryptDecodeObjectPointer(Interop.Crypt32.CertEncodingType dwCertEncodingType,
CryptDecodeObjectStructType
lpszStructType, byte[] pbEncoded, int cbEncoded, Interop.Crypt32.CryptDecodeObjectFlags dwFlags, void* pvStructInfo, ref int pcbStructInfo)
91
public static unsafe bool CryptDecodeObjectPointer(Interop.Crypt32.CertEncodingType dwCertEncodingType,
CryptDecodeObjectStructType
lpszStructType, ReadOnlySpan<byte> encoded, Interop.Crypt32.CryptDecodeObjectFlags dwFlags, void* pvStructInfo, ref int pcbStructInfo)
99
public static unsafe bool CryptEncodeObject(Interop.Crypt32.CertEncodingType dwCertEncodingType,
CryptDecodeObjectStructType
lpszStructType, void* pvStructInfo, byte[]? pbEncoded, ref int pcbEncoded)
104
public static unsafe byte[] EncodeObject(
CryptDecodeObjectStructType
lpszStructType, void* decoded)
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (3)
201
private static byte[] DecodeKeyBlob(
CryptDecodeObjectStructType
lpszStructType, byte[] encodedKeyValue)
292
CryptDecodeObjectStructType
.X509_DSS_PUBLICKEY,
307
CryptDecodeObjectStructType
.X509_DSS_PARAMETERS,