ModificationVerifier.CryptographicProviderType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Tipo de proveedor criptográfico
Representa el atributo siguiente en el esquema: cryptProviderType
[DocumentFormat.OpenXml.SchemaAttr(0, "cryptProviderType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.CryptProviderValues> CryptographicProviderType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.CryptProviderValues> CryptographicProviderType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "cryptProviderType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.CryptProviderValues>? CryptographicProviderType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("cryptProviderType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.CryptProviderValues>? CryptographicProviderType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.CryptProviderValues>? CryptographicProviderType { get; set; }
member this.CryptographicProviderType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.CryptProviderValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "cryptProviderType")>]
member this.CryptographicProviderType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.CryptProviderValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("cryptProviderType")>]
member this.CryptographicProviderType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.CryptProviderValues> with get, set
Public Property CryptographicProviderType As EnumValue(Of CryptProviderValues)
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos