DocumentProtection.CryptographicProviderTypeExtensibility Property

Cryptographic Provider Type Extensibility.Represents the attribte in schema: w:cryptProviderTypeExt

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

Syntax

'Declaration
<SchemaAttrAttribute(, "cryptProviderTypeExt")> _
Public Property CryptographicProviderTypeExtensibility As HexBinaryValue
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As HexBinaryValue

value = instance.CryptographicProviderTypeExtensibility

instance.CryptographicProviderTypeExtensibility = value
[SchemaAttrAttribute(, "cryptProviderTypeExt")]
public HexBinaryValue CryptographicProviderTypeExtensibility { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace