Transform.Algorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于标识当前转换所执行的算法的统一资源标识符 (URI)。
public:
property System::String ^ Algorithm { System::String ^ get(); void set(System::String ^ value); };
public string? Algorithm { get; set; }
public string Algorithm { get; set; }
member this.Algorithm : string with get, set
Public Property Algorithm As String
属性值
标识由当前 Transform 对象执行的算法的 URL。
注解
此属性对应于 Algorithm XMLDSIG 签名中元素的 <Transform>
属性。 例如,在 XMLDSIG 规范 (第 6.6.2 节) 中定义了 Base64 解码转换的算法 URI。
可以使用与 SignedXml 类关联的静态字段之一方便地设置此值。