5 writes to m_value
System (5)
security\system\security\cryptography\oid.cs (5)
62
m_value
= value;
69
m_value
= oid.m_value;
78
m_value
= value;
111
set {
m_value
= value; }
128
m_value
= oidValue;
4 references to m_value
System (4)
security\system\security\cryptography\oid.cs (4)
69
m_value = oid.
m_value
;
110
get { return
m_value
; }
116
if(m_friendlyName == null &&
m_value
!= null)
117
m_friendlyName = X509Utils.FindOidInfoWithFallback(CAPI.CRYPT_OID_INFO_OID_KEY,
m_value
, m_group);