Udostępnij za pośrednictwem


WriteProtection.CryptographicProviderTypeExtSource Property

Definition

Provider Type Extensibility Source

Represents the following attribute in the schema: 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

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the application which defined the provider type value specified by the cryptProviderTypeExt attribute.

Consider a WordprocessingML document with the following information stored in one of its protection elements:

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

The cryptProvideTypeExtSource attribute value of Contoso specifies that the provider type used here was published by the Contoso application.

The possible values for this attribute are defined by the ST_String simple type.

Applies to