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