WriteProtection.AlgorithmIdExtensibilitySource プロパティ

定義

次の属性がスキーマにアルゴリズムの機能拡張の Source.Represents: w:algIdExtSource

[DocumentFormat.OpenXml.SchemaAttr(23, "algIdExtSource")]
public DocumentFormat.OpenXml.StringValue AlgorithmIdExtensibilitySource { get; set; }
member this.AlgorithmIdExtensibilitySource : DocumentFormat.OpenXml.StringValue with get, set
Public Property AlgorithmIdExtensibilitySource As StringValue

プロパティ値

StringValue

返します。 StringValue

属性

注釈

ECMA 376 の標準の ECMA インターナショナルから次の情報は、このクラスを使用する場合に、役立ちます。

指定されたアルゴリズムの値を定義するアプリケーションを指定しますalgIdExt属性です。

保護要素の 1 つに格納されている次の情報では、WordprocessingML ドキュメントを検討してください。

<w:… w:algIdExt="0000000A"   
  w:algIdExtSource="Contoso"  
  w:hash="9oN7nWkCAyEZib1RomSJTjmPpCY=" />  

algIdExtSource属性の値Contosoここで使用されるアルゴリズムは、contoso 社のアプリケーションで発行されているかを指定します。

可能なこの属性の値は、ST_String単純型です。

適用対象