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