1 write to Uri
System.IdentityModel (1)
System\IdentityModel\SignedXml.cs (1)
1233this.Uri = reader.GetAttribute(dictionaryManager.XmlSignatureDictionary.URI, null);
2 references to Uri
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
706new CryptographicException(SR.GetString(SR.UnableToResolveReferenceUriForSignature, this.references[i].Uri))); 1239this.transformChain.ReadFrom(reader, transformFactory, dictionaryManager, ShouldPreserveComments(this.Uri));