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