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