3 writes to m_recipientIdentifier
System.Security (3)
system\security\cryptography\pkcs\recipientinfo.cs (3)
143m_recipientIdentifier = new SubjectIdentifier(keyTrans.RecipientId); 147m_recipientIdentifier = new SubjectIdentifier(certInfo); 197m_recipientIdentifier = null;
2 references to m_recipientIdentifier
System.Security (2)
system\security\cryptography\pkcs\recipientinfo.cs (2)
140if (m_recipientIdentifier == null) { 151return m_recipientIdentifier;