4 writes to Uri
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
984
reference.
Uri
= "";
1090
enveloped.
Uri
= "";
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
1725
reference.
Uri
= "";
1941
enveloped.
Uri
= "";
19 references to Uri
System.Core (2)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (2)
619
if (String.IsNullOrEmpty(reference.
Uri
)) {
626
else if (String.Compare(reference.
Uri
, "#StrongNameKeyInfo", StringComparison.Ordinal) == 0) {
System.Security (12)
system\security\cryptography\xml\signedxml.cs (7)
792
if (reference.
Uri
== null || reference.
Uri
.Length == 0 || (reference.
Uri
.Length > 0 && reference.
Uri
[0] != '#')) {
796
if (reference.
Uri
.Length > 0 && reference.
Uri
[0] == '#') {
797
String idref = Utils.ExtractIdFromLocalUri(reference.
Uri
);
system\security\cryptography\xml\SignedXmlDebugLog.cs (2)
652
reference.
Uri
,
744
reference.
Uri
,
system\security\cryptography\xml\transform.cs (3)
339
(reference.
Uri
== null || reference.
Uri
.Length == 0 || reference.
Uri
[0] != '#'))) {
WindowsBase (5)
Base\MS\Internal\IO\Packaging\CustomSignedXml.cs (3)
131
if ((reference.
Uri
.Length > 0) && (reference.
Uri
[0] == '#'))
132
uri = reference.
Uri
.Substring(1);
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (2)
1253
if (currentReference.
Uri
.StartsWith("#", StringComparison.Ordinal))
1257
if (String.CompareOrdinal(currentReference.
Uri
, XTable.Get(XTable.ID.OpcLinkAttrValue)) == 0)