TransformFactory.GetCanonicalizingTransform(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.