1 write to m_blob
mscorlib (1)
system\security\permissions\permissionattributes.cs (1)
812
set {
m_blob
= value; }
4 references to m_blob
mscorlib (4)
system\security\permissions\permissionattributes.cs (4)
811
get { return
m_blob
; }
823
if (
m_blob
== null && m_name == null && m_version == null)
826
if (
m_blob
== null)
829
StrongNamePublicKeyBlob blob = new StrongNamePublicKeyBlob(
m_blob
);