2 writes to m_signedFile
mscorlib (2)
system\security\permissions\permissionattributes.cs (2)
928m_signedFile = null; 947set { m_signedFile = value; }
3 references to m_signedFile
mscorlib (3)
system\security\permissions\permissionattributes.cs (3)
944get { return m_signedFile; } 968else if (m_signedFile != null) 970return new PublisherIdentityPermission( System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile( m_signedFile ) );