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