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