1 instantiation of CmsOriForKemOtherInfoAsn
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
338CmsOriForKemOtherInfoAsn kdfInfo = new()
7 references to CmsOriForKemOtherInfoAsn
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
338CmsOriForKemOtherInfoAsn kdfInfo = new()
System\Security\Cryptography\Pkcs\Asn1\CmsOriForKemOtherInfoAsn.xml.cs (6)
40internal static CmsOriForKemOtherInfoAsn Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 45internal static CmsOriForKemOtherInfoAsn Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 51DecodeCore(ref reader, expectedTag, encoded, out CmsOriForKemOtherInfoAsn decoded); 61internal static void Decode(ref ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out CmsOriForKemOtherInfoAsn decoded) 66internal static void Decode(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out CmsOriForKemOtherInfoAsn decoded) 78private static void DecodeCore(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out CmsOriForKemOtherInfoAsn decoded)