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