3 writes to _contents
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (3)
60
_contents
??= new List<ContentInfoAsn>();
110
_contents
??= new List<ContentInfoAsn>();
130
_contents
??= new List<ContentInfoAsn>();
7 references to _contents
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (7)
62
_contents
.Add(
112
_contents
.Add(
132
_contents
.Add(safeContents.EncodeToContentInfo());
180
if (
_contents
!= null)
182
foreach (ContentInfoAsn contentInfo in
_contents
)
322
if (
_contents
!= null)
324
foreach (ContentInfoAsn contentInfo in
_contents
)