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