1 write to m_keySize
System.Security (1)
system\security\cryptography\xml\encryptedtype.cs (1)
148
m_keySize
= value;
3 references to m_keySize
System.Security (3)
system\security\cryptography\xml\encryptedtype.cs (3)
144
get { return
m_keySize
; }
174
if (
m_keySize
> 0) {
177
keySizeElement.AppendChild(document.CreateTextNode(
m_keySize
.ToString(null, null)));