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