Transform クラス

XML デジタル署名で使用できるすべての <Transform> 要素の派生元となる抽象基本クラスを表します。

この型のすべてのメンバの一覧については、Transform メンバ を参照してください。

System.Object
   System.Security.Cryptography.Xml.Transform
      System.Security.Cryptography.Xml.XmlDsigBase64Transform
      System.Security.Cryptography.Xml.XmlDsigC14NTransform
      System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform
      System.Security.Cryptography.Xml.XmlDsigXPathTransform
      System.Security.Cryptography.Xml.XmlDsigXsltTransform

MustInherit Public Class Transform
[C#]
public abstract class Transform
[C++]
public __gc __abstract class Transform
[JScript]
public abstract class Transform

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

<Transform> 要素の詳細については、www.w3.org/TR/xmldsig-core/ の W3C から提供されている XMLDSIG 仕様を参照してください。

必要条件

名前空間: System.Security.Cryptography.Xml

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System.Security (System.Security.dll 内)

参照

Transform メンバ | System.Security.Cryptography.Xml 名前空間