1 write to m_providerType
mscorlib (1)
system\security\permissions\permissionattributes.cs (1)
366set { m_providerType = value; }
3 references to m_providerType
mscorlib (3)
system\security\permissions\permissionattributes.cs (3)
365get { return m_providerType; } 388if (KeyContainerPermissionAccessEntry.IsUnrestrictedEntry(m_keyStore, m_providerName, m_providerType, m_keyContainerName, m_keySpec)) 393KeyContainerPermissionAccessEntry accessEntry = new KeyContainerPermissionAccessEntry(m_keyStore, m_providerName, m_providerType, m_keyContainerName, m_keySpec, m_flags);