1 write to _bagIdValue
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
44
_bagIdValue
= bagIdValue;
2 references to _bagIdValue
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (2)
56
_bagOid ??= new Oid(
_bagIdValue
);
71
writer.WriteObjectIdentifierForCrypto(
_bagIdValue
);