Freigeben über


WriteProtection.CryptographicProviderTypeExtSource Eigenschaft

Definition

Anbietertyp-Erweiterbarkeitsquelle

Stellt das folgende Attribut im Schema dar: w:cryptProviderTypeExtSource

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

Eigenschaftswert

Gibt zurück StringValue.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt die Anwendung an, die den vom cryptProviderTypeExt -Attribut angegebenen Anbietertypwert definiert hat.

Betrachten Sie ein WordprocessingML-Dokument mit den folgenden Informationen, die in einem seiner Schutzelemente gespeichert sind:

<w:… w:cryptProviderTypeExt="00A5691D"   
  w:cryptProvideTypeExtSource="Contoso"  
  w:hash="9oN7nWkCAyEZib1RomSJTjmPpCY=" />  

Der cryptProvideTypeExtSource Attributwert von Contoso gibt an, dass der hier verwendete Anbietertyp von der Contoso-Anwendung veröffentlicht wurde.

Die möglichen Werte für dieses Attribut werden durch den ST_String einfachen Typ definiert.

Gilt für: