Implemented interface member:
15 references to Count
NuGet.Packaging (6)
Signing\Cms\NativeUtility.cs (1)
177currentAttribute->cValue = (uint)attribute.Values.Count;
Signing\Utility\AttributeUtility.cs (2)
132if (attribute.Values.Count != 1) 195if (attribute.Values.Count != 1)
Signing\Utility\SignatureUtility.cs (3)
445if (attribute.Values.Count != 1) 469if (attribute.Values.Count != 1) 685if (attribute.Values.Count != 1)
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (2)
51AttrValues = new ReadOnlyMemory<byte>[attributeObject.Values.Count], 54for (int i = 0; i < attributeObject.Values.Count; i++)
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 (4)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
195int numValues = values.Count;
src\runtime\src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (2)
51AttrValues = new ReadOnlyMemory<byte>[attributeObject.Values.Count], 54for (int i = 0; i < attributeObject.Values.Count; i++)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
641if (obj.Values.Count != 1)