Implemented interface member:
property
Count
System.Collections.ICollection.Count
13 references to Count
System.Security (13)
system\security\cryptography\pkcs\envelopedpkcs7.cs (10)
216if (recipients.Count == 0) 388if (recipients.Count < 1) 420encodeInfo.cRecipients = (uint) recipients.Count; 629uint[] recipientInfoTypes = new uint[recipients.Count]; 631int reiSize = recipients.Count * Marshal.SizeOf(typeof(CAPI.CMSG_RECIPIENT_ENCODE_INFO)); 634for (index = 0; index < recipients.Count; index++) { 652encryptParam.rgSubjectKeyIdentifier = new SafeLocalAllocHandle[recipients.Count]; 653encryptParam.rgszObjId = new SafeLocalAllocHandle[recipients.Count]; 685for (index = 0; index < recipients.Count; index++) { 1017int numRecipients = recipients.Count;
system\security\cryptography\pkcs\pkcs7recipient.cs (3)
149if (index + this.Count > array.Length) 152for (int i=0; i < this.Count; i++) { 204if (m_current == ((int) m_recipients.Count - 1))