2 writes to m_otherKeyAttribute
System.Security (2)
system\security\cryptography\pkcs\recipientinfo.cs (2)
294
m_otherKeyAttribute
= new CryptographicAttributeObject(otherKeyAttribute);
364
m_otherKeyAttribute
= null;
2 references to m_otherKeyAttribute
System.Security (2)
system\security\cryptography\pkcs\recipientinfo.cs (2)
288
if (
m_otherKeyAttribute
== null) {
298
return
m_otherKeyAttribute
;