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