1 write to OtherSource
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (1)
117decoded.OtherSource = tmpOtherSource;
4 references to OtherSource
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (2)
49if (OtherSource.HasValue) 54OtherSource.Value.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
734if (pbkdf2Params.Salt.OtherSource != null) 739pbkdf2Params.Salt.OtherSource.Value.Algorithm));