Implemented interface member:
property
Count
System.Collections.ICollection.Count
10 references to Count
System.Security (10)
system\security\cryptography\cryptographicattribute.cs (3)
214
if (index + this.
Count
> array.Length)
217
for (int i=0; i < this.
Count
; i++) {
270
if (m_current == ((int) m_attributes.
Count
- 1))
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
401
if (this.Certificates.Count > 0 || this.UnprotectedAttributes.
Count
> 0) {
431
encodeInfo.cUnprotectedAttr = (uint) this.UnprotectedAttributes.
Count
;
678
if (unprotectedAttributes.
Count
> 0) {
system\security\cryptography\pkcs\pkcsutils.cs (4)
598
if (attributes.
Count
== 0)
650
IntPtr pAttrData = new IntPtr((long) pCryptAttributes.DangerousGetHandle() + (cryptAttrSize * attributes.
Count
));
729
cmsSignerEncodeInfo.cAuthAttr = (uint) signer.SignedAttributes.
Count
;
732
cmsSignerEncodeInfo.cUnauthAttr = (uint) signer.UnsignedAttributes.
Count
;