1 write to xmlDsigSearchDepth
System.Security (1)
system\security\cryptography\xml\utils.cs (1)
190
xmlDsigSearchDepth
= (int)maxXmlDsigSearchDepth;
3 references to xmlDsigSearchDepth
System.Security (3)
system\security\cryptography\xml\utils.cs (3)
182
if (
xmlDsigSearchDepth
.HasValue) {
183
return
xmlDsigSearchDepth
.Value;
191
return
xmlDsigSearchDepth
.Value;