4 instantiations of CryptographicAttributeObject
System.Security (4)
system\security\cryptography\cryptographicattribute.cs (3)
98m_list.Add(new CryptographicAttributeObject(pCryptAttribute)); 111CryptographicAttributeObject attributeCopy = new CryptographicAttributeObject(attribute.Oid); 123return Add(new CryptographicAttributeObject(asnEncodedData));
system\security\cryptography\pkcs\recipientinfo.cs (1)
294m_otherKeyAttribute = new CryptographicAttributeObject(otherKeyAttribute);
20 references to CryptographicAttributeObject
System.Security (18)
system\security\cryptography\cryptographicattribute.cs (11)
102public CryptographicAttributeObjectCollection (CryptographicAttributeObject attribute) { 110foreach (CryptographicAttributeObject attribute in other.m_list) { 111CryptographicAttributeObject attributeCopy = new CryptographicAttributeObject(attribute.Oid); 126public int Add (CryptographicAttributeObject attribute) { 139CryptographicAttributeObject existing = (CryptographicAttributeObject) m_list[index]; 178public void Remove (CryptographicAttributeObject attribute) { 185public CryptographicAttributeObject this[int index] { 187return (CryptographicAttributeObject) m_list[index]; 223public void CopyTo(CryptographicAttributeObject[] array, int index) { 256public CryptographicAttributeObject Current {
system\security\cryptography\pkcs\pkcsutils.cs (2)
633foreach (CryptographicAttributeObject attribute in attributes) { 652foreach (CryptographicAttributeObject attribute in attributes) {
system\security\cryptography\pkcs\recipientinfo.cs (2)
214private CryptographicAttributeObject m_otherKeyAttribute; 285public CryptographicAttributeObject OtherKeyAttribute {
system\security\cryptography\pkcs\signerinfo.cs (3)
187foreach (CryptographicAttributeObject attribute in UnsignedAttributes) { 770foreach (CryptographicAttributeObject attribute in signerInfo.UnsignedAttributes) { 778foreach (CryptographicAttributeObject attribute in signerInfo.UnsignedAttributes) {
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
794foreach (CryptographicAttributeObject cao in caos) 876foreach (CryptographicAttributeObject cao in caos)