13 references to Oid
System (1)
security\system\security\cryptography\asnencodeddata.cs (1)
34
Reset(new
Oid
(oid), rawData);
System.Security (10)
system\security\cryptography\cryptographicattribute.cs (2)
37
this(new
Oid
(cryptAttribute.pszObjId), PkcsUtils.GetAsnEncodedDataCollection(cryptAttribute)) {
42
this(new
Oid
(cryptAttribute.pszObjId), PkcsUtils.GetAsnEncodedDataCollection(cryptAttribute)) {
system\security\cryptography\pkcs\pkcs9attribute.cs (3)
150
base(new
Oid
(CAPI.szOID_CAPICOM_documentName)) {
207
base (new
Oid
(CAPI.szOID_CAPICOM_documentDescription)) {
299
m_contentType = new
Oid
(PkcsUtils.DecodeObjectIdentifier(RawData, 2));
system\security\cryptography\pkcs\pkcsutils.cs (3)
266
return new
Oid
(Encoding.ASCII.GetString(contentType));
568
Oid oid = new
Oid
(cryptAttribute.pszObjId);
589
list.Add(new Pkcs9AttributeObject(new
Oid
(cryptAttribute.pszObjId), CAPI.BlobToByteArray(cryptAttribute.Value)));
system\security\cryptography\pkcs\signerinfo.cs (2)
114
return new
Oid
(m_cmsgSignerInfo.HashAlgorithm.pszObjId);
266
return new
Oid
(m_cmsgSignerInfo.HashEncryptionAlgorithm.pszObjId);
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
431
chain.ChainPolicy.ApplicationPolicy.Add(new
Oid
(Win32.szOID_KP_LIFETIME_SIGNING));
984
chain.ChainPolicy.ApplicationPolicy.Add(new
Oid
(Win32.szOID_PKIX_KP_TIMESTAMP_SIGNING));