XmlDsigBase64Transform Class
Represents the Base64 decoding transformation as defined in Section 6.6.2 of the XMLDSIG specification.
For a list of all members of this type, see XmlDsigBase64Transform Members.
System.Object
System.Security.Cryptography.Xml.Transform
System.Security.Cryptography.Xml.XmlDsigBase64Transform
[Visual Basic] Public Class XmlDsigBase64Transform Inherits Transform [C#] public class XmlDsigBase64Transform : Transform [C++] public __gc class XmlDsigBase64Transform : public Transform [JScript] public class XmlDsigBase64Transform extends Transform
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about the Base64 decoding transform, see Section 6.6.2 of the XMLDSIG specification, which is available from the W3C at www.w3.org/TR/xmldsig-core/.
Requirements
Namespace: System.Security.Cryptography.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Security (in System.Security.dll)
See Also
XmlDsigBase64Transform Members | System.Security.Cryptography.Xml Namespace