8 instantiations of CryptographicAttributeObjectCollection
System.Security (8)
system\security\cryptography\cryptographicattribute.cs (1)
240
return new
CryptographicAttributeObjectCollection
(this);
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
113
m_unprotectedAttributes = new
CryptographicAttributeObjectCollection
();
system\security\cryptography\pkcs\pkcs7signer.cs (2)
72
m_signedAttributes = new
CryptographicAttributeObjectCollection
();
73
m_unsignedAttributes = new
CryptographicAttributeObjectCollection
();
system\security\cryptography\pkcs\pkcsutils.cs (2)
335
CryptographicAttributeObjectCollection attributes = new
CryptographicAttributeObjectCollection
();
356
attributes = new
CryptographicAttributeObjectCollection
(pbUnprotectedAttr);
system\security\cryptography\pkcs\signerinfo.cs (2)
122
m_signedAttributes = new
CryptographicAttributeObjectCollection
(m_cmsgSignerInfo.AuthAttrs);
132
m_unsignedAttributes = new
CryptographicAttributeObjectCollection
(m_cmsgSignerInfo.UnauthAttrs);
20 references to CryptographicAttributeObjectCollection
System.Security (18)
system\security\cryptography\cryptographicattribute.cs (4)
108
private CryptographicAttributeObjectCollection(
CryptographicAttributeObjectCollection
other) {
239
internal
CryptographicAttributeObjectCollection
DeepCopy() {
246
private
CryptographicAttributeObjectCollection
m_attributes;
251
internal CryptographicAttributeObjectEnumerator(
CryptographicAttributeObjectCollection
attributes) {
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
35
private
CryptographicAttributeObjectCollection
m_unprotectedAttributes;
144
public
CryptographicAttributeObjectCollection
UnprotectedAttributes {
621
CryptographicAttributeObjectCollection
unprotectedAttributes,
system\security\cryptography\pkcs\pkcs7signer.cs (4)
21
private
CryptographicAttributeObjectCollection
m_signedAttributes;
22
private
CryptographicAttributeObjectCollection
m_unsignedAttributes;
115
public
CryptographicAttributeObjectCollection
SignedAttributes {
121
public
CryptographicAttributeObjectCollection
UnsignedAttributes {
system\security\cryptography\pkcs\pkcsutils.cs (3)
333
internal static unsafe
CryptographicAttributeObjectCollection
GetUnprotectedAttributes (SafeCryptMsgHandle safeCryptMsgHandle) {
335
CryptographicAttributeObjectCollection
attributes = new CryptographicAttributeObjectCollection();
594
internal static unsafe IntPtr CreateCryptAttributes (
CryptographicAttributeObjectCollection
attributes) {
system\security\cryptography\pkcs\signerinfo.cs (4)
26
private
CryptographicAttributeObjectCollection
m_signedAttributes;
27
private
CryptographicAttributeObjectCollection
m_unsignedAttributes;
118
public
CryptographicAttributeObjectCollection
SignedAttributes {
128
public
CryptographicAttributeObjectCollection
UnsignedAttributes {
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
793
CryptographicAttributeObjectCollection
caos = signedCms.SignerInfos[0].SignedAttributes;
875
CryptographicAttributeObjectCollection
caos = signedCms.SignerInfos[0].SignedAttributes;