5 writes to pszObjId
System.Security (5)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
414
encodeInfo.ContentEncryptionAlgorithm.
pszObjId
= this.ContentEncryptionAlgorithm.Oid.Value;
system\security\cryptography\pkcs\pkcsutils.cs (4)
719
cmsSignerEncodeInfo.HashAlgorithm.
pszObjId
= signer.DigestAlgorithm.Value;
726
cmsSignerEncodeInfo.HashEncryptionAlgorithm.
pszObjId
= CAPI.szOID_X957_sha1DSA;
736
cmsSignerEncodeInfo.HashEncryptionAlgorithm.
pszObjId
= CAPI.szOID_PKIX_NO_SIGNATURE;
1078
SignatureAlgorithm.
pszObjId
= CAPI.szOID_OIWSEC_sha1RSASign;
8 references to pszObjId
System.Security (8)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
709
byte[] objId = Encoding.ASCII.GetBytes(certInfo.SubjectPublicKeyInfo.Algorithm.
pszObjId
);
873
objId = Encoding.ASCII.GetBytes(certInfo.SubjectPublicKeyInfo.Algorithm.
pszObjId
);
system\security\cryptography\pkcs\pkcsmisc.cs (3)
330
Reset(Oid.FromOidValue(keyInfo.Algorithm.
pszObjId
, OidGroup.PublicKeyAlgorithm), keyLength, parameters);
340
uint algId = X509Utils.OidToAlgId(algorithmIdentifier.
pszObjId
);
428
Reset(Oid.FromOidValue(algorithmIdentifier.
pszObjId
, OidGroup.All), keyLength, parameters);
system\security\cryptography\pkcs\pkcsutils.cs (1)
61
uint algId = X509Utils.OidToAlgId(certInfo.SubjectPublicKeyInfo.Algorithm.
pszObjId
);
system\security\cryptography\pkcs\signerinfo.cs (2)
114
return new Oid(m_cmsgSignerInfo.HashAlgorithm.
pszObjId
);
266
return new Oid(m_cmsgSignerInfo.HashEncryptionAlgorithm.
pszObjId
);