2 writes to Attributes
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
42
Attributes
= new CryptographicAttributeObjectCollection();
56
Attributes
= attributes;
2 references to Attributes
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
251
if (
Attributes
.Count > 0)
253
info.Attributes = PkcsHelpers.NormalizeAttributeSet(PkcsHelpers.BuildAttributes(
Attributes
).ToArray());