6 references to Pbkdf2SaltChoice
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (2)
16
internal System.Security.Cryptography.Asn1.
Pbkdf2SaltChoice
Salt;
110
System.Security.Cryptography.Asn1.
Pbkdf2SaltChoice
.Decode(ref sequenceReader, rebind, out decoded.Salt);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (4)
64
internal static
Pbkdf2SaltChoice
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
70
DecodeCore(ref reader, encoded, out
Pbkdf2SaltChoice
decoded);
80
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
Pbkdf2SaltChoice
decoded)
92
private static void DecodeCore(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
Pbkdf2SaltChoice
decoded)