2 writes to HasParameters
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (2)
119
HasParameters
= true;
207
decoded.
HasParameters
= true;
13 references to HasParameters
System.Security.Cryptography.Pkcs (13)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs (1)
110
if (!algorithm.
HasParameters
)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
144
if (
HasParameters
)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.manual.cs (1)
25
if (!MaskGenAlgorithm.
HasParameters
)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (2)
82
(!permitParameters && spki.Algorithm.
HasParameters
))
152
(!permitParameters && privateKeyInfo.PrivateKeyAlgorithm.
HasParameters
))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (8)
164
new OptionalReadOnlySpan<byte>(algorithmIdentifier.Parameters, algorithmIdentifier.
HasParameters
),
237
new OptionalReadOnlySpan<byte>(algorithmIdentifier.Parameters, algorithmIdentifier.
HasParameters
),
561
new OptionalReadOnlySpan<byte>(pbes2Params.KeyDerivationFunc.Parameters, pbes2Params.KeyDerivationFunc.
HasParameters
),
640
new OptionalReadOnlySpan<byte>(encryptionScheme.Parameters, encryptionScheme.
HasParameters
),
662
new OptionalReadOnlySpan<byte>(encryptionScheme.Parameters, encryptionScheme.
HasParameters
),
672
if (!encryptionScheme.
HasParameters
)
717
new OptionalReadOnlySpan<byte>(encryptionScheme.Parameters, encryptionScheme.
HasParameters
),
906
if (!algorithmIdentifier.
HasParameters
)