WriteProtection.CryptographicAlgorithmType プロパティ

定義

次のスキーマの属性の暗号化のアルゴリズム Type.Represents: w:cryptAlgorithmType

[DocumentFormat.OpenXml.SchemaAttr(23, "cryptAlgorithmType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues> CryptographicAlgorithmType { get; set; }
member this.CryptographicAlgorithmType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues> with get, set
Public Property CryptographicAlgorithmType As EnumValue(Of CryptAlgorithmValues)

プロパティ値

EnumValue<CryptAlgorithmValues>

返します。 EnumValue<T>

属性

注釈

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

この機能によって使用される暗号化のアルゴリズムの種類を指定します。 Office オープン XML 標準の最初のバージョンのみの 1 つの型をサポートしていますtypeAnyの将来のバージョンはこれを必要に応じて展開可能性がありますが。

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

<w:… w:cryptAlgorithmClass="hash"   
  w:cryptAlgorithmType="typeAny"   
  w:cryptAlgorithmSid="1"  
  w:hash="9oN7nWkCAyEZib1RomSJTjmPpCY=" />  

cryptAlgorithmType属性の値typeAnyアルゴリズムのすべての種類が、パスワードを使用されていた可能性を指定します。

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

適用対象