2 writes to Attributes
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
39
Attributes
= new CryptographicAttributeObjectCollection();
53
Attributes
= attributes;
2 references to Attributes
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
263
if (
Attributes
.Count > 0)
265
info.Attributes = PkcsHelpers.NormalizeAttributeSet(CmsSigner.BuildAttributes(
Attributes
).ToArray());