Implemented interface member:
6 references to Count
System.Security.Cryptography (3)
System\Security\Cryptography\AsnEncodedDataCollection.cs (2)
74if (Count > array.Length - index) 77for (int i = 0; i < Count; i++)
System\Security\Cryptography\AsnEncodedDataEnumerator.cs (1)
37if (_current >= _asnEncodedDatas.Count - 1)
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
409AttrValues = new ReadOnlyMemory<byte>[attributeObject.Values.Count], 412for (int i = 0; i < attributeObject.Values.Count; i++)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
628if (obj.Values.Count != 1)