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