Поделиться через


WriteProtection.AlgorithmIdExtensibilitySource Свойство

Определение

Источник расширяемости алгоритма

Представляет следующий атрибут в схеме: w:algIdExtSource

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

Значение свойства

Возвращает .StringValue

Атрибуты

Комментарии

Следующие сведения из международного стандарта ECMA ECMA-376 могут быть полезны при работе с этим классом.

Указывает приложение, задающее значение алгоритма, заданное атрибутом algIdExt .

Рассмотрим документ WordprocessingML со следующими сведениями, хранящимися в одном из его элементов защиты:

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

Значение algIdExtSource атрибута указывает, что используемый Contoso здесь алгоритм был опубликован приложением Contoso.

Возможные значения для этого атрибута определяются простым типом ST_String .

Применяется к