Freigeben über


TransformFactory.GetCanonicalizingTransform(String) Method

Definition

Gets a XML transform that is capable of Canonicalizing XML and returning bytes.

public virtual Microsoft.IdentityModel.Xml.CanonicalizingTransfrom GetCanonicalizingTransform (string transform);
abstract member GetCanonicalizingTransform : string -> Microsoft.IdentityModel.Xml.CanonicalizingTransfrom
override this.GetCanonicalizingTransform : string -> Microsoft.IdentityModel.Xml.CanonicalizingTransfrom
Public Overridable Function GetCanonicalizingTransform (transform As String) As CanonicalizingTransfrom

Parameters

transform
String

the name of the transform.

Returns

CanonicalizingTransfrom

Applies to