Share via


DocumentProtection.CryptographicProviderType Property

Cryptographic Provider Type.Represents the attribte in schema: w:cryptProviderType

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "cryptProviderType")> _
Public Property CryptographicProviderType As EnumValue(Of CryptProviderValues)
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As EnumValue(Of CryptProviderValues)

value = instance.CryptographicProviderType

instance.CryptographicProviderType = value
[SchemaAttrAttribute(, "cryptProviderType")]
public EnumValue<CryptProviderValues> CryptographicProviderType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<CryptProviderValues>
Returns EnumValue<T>.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace