1 write to _attributes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (1)
14
_attributes
= attributes;
3 references to _attributes
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (3)
22
return
_attributes
[_current];
30
return
_attributes
[_current];
36
if (_current >=
_attributes
.Count - 1)