1 write to s_allowDetachedSignature
System.Security (1)
system\security\cryptography\xml\utils.cs (1)
272
s_allowDetachedSignature
= allowDetachedSignature;
3 references to s_allowDetachedSignature
System.Security (3)
system\security\cryptography\xml\utils.cs (3)
264
if (
s_allowDetachedSignature
.HasValue)
266
return
s_allowDetachedSignature
.Value;
273
return
s_allowDetachedSignature
.Value;