2 writes to m_encodedSignerInfo
System.Security (2)
system\security\cryptography\pkcs\signerinfo.cs (2)
51
m_encodedSignerInfo
= null;
77
m_encodedSignerInfo
= (byte[]) encodedSignerInfo.Clone();
2 references to m_encodedSignerInfo
System.Security (2)
system\security\cryptography\pkcs\signerinfo.cs (2)
480
fixed (byte * pbEncodedSignerInfo =
m_encodedSignerInfo
) {
486
(uint)
m_encodedSignerInfo
.Length,