7 references to ExcludeRoot
System.Security (5)
system\security\cryptography\pkcs\pkcs7signer.cs (4)
49
this.IncludeOption = X509IncludeOption.
ExcludeRoot
;
53
this.IncludeOption = X509IncludeOption.
ExcludeRoot
;
57
this.IncludeOption = X509IncludeOption.
ExcludeRoot
;
65
this.IncludeOption = X509IncludeOption.
ExcludeRoot
;
system\security\cryptography\xml\keyinfo.cs (1)
533
case X509IncludeOption.
ExcludeRoot
:
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
1200
m_includeOption = X509IncludeOption.
ExcludeRoot
;
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
2065
m_includeOption = X509IncludeOption.
ExcludeRoot
;