Partager via


WriteProtection.CryptographicProviderTypeExtSource Propriété

Définition

Source d’extensibilité du type de fournisseur

Représente l’attribut suivant dans le schéma : 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

Valeur de propriété

Retourne StringValue.

Attributs

Remarques

Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.

Spécifie l’application qui a défini la valeur de type de fournisseur spécifiée par l’attribut cryptProviderTypeExt .

Prenons l’exemple d’un document WordprocessingML avec les informations suivantes stockées dans l’un de ses éléments de protection :

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

La cryptProvideTypeExtSource valeur d’attribut de Contoso spécifie que le type de fournisseur utilisé ici a été publié par l’application Contoso.

Les valeurs possibles pour cet attribut sont définies par le ST_String type simple.

S’applique à