8 overrides of GetOutput
System.Security (8)
system\security\cryptography\xml\transform.cs (8)
422public override Object GetOutput(Type type) { 532public override Object GetOutput(Type type) { 651public override Object GetOutput(Type type) { 809public override Object GetOutput(Type type) { 931public override Object GetOutput(Type type) { 1079public override Object GetOutput(Type type) { 1320public override Object GetOutput(Type type) { 1426public override object GetOutput(Type type) {
2 references to GetOutput
System.Security (2)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
406using (StreamReader reader = new StreamReader(canonicalizationTransform.GetOutput(typeof(Stream)) as Stream)) {
system\security\cryptography\xml\transform.cs (1)
306return hash.ComputeHash((Stream) GetOutput(typeof(Stream)));