2 writes to uri
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
1018
this.
uri
= uri;
1065
set { this.
uri
= value; }
12 references to uri
System.IdentityModel (12)
System\IdentityModel\SignedXml.cs (12)
1064
get { return this.
uri
; }
1105
new CryptographicException(SR.GetString(SR.DigestVerificationFailedForReference, this.
uri
)));
1129
new CryptographicException(SR.GetString(SR.DigestVerificationFailedForReference, this.
uri
)));
1145
if (StringComparer.OrdinalIgnoreCase.Equals(
uri
, String.Empty))
1150
if (this.
uri
== null || this.
uri
.Length < 2 || this.
uri
[0] != '#')
1153
new CryptographicException(SR.GetString(SR.UnableToResolveReferenceUriForSignature, this.
uri
)));
1155
this.referredId = this.
uri
.Substring(1);
1218
SR.GetString(SR.UnableToResolveReferenceUriForSignature, this.
uri
)));
1261
if (this.
uri
!= null)
1263
writer.WriteAttributeString(dictionaryManager.XmlSignatureDictionary.URI, null, this.
uri
);