DocumentProtection.CryptographicProviderTypeExtSource Property

Provider Type Extensibility Source.Represents the attribte in schema: w:cryptProviderTypeExtSource

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

Syntax

'Declaration
<SchemaAttrAttribute(, "cryptProviderTypeExtSource")> _
Public Property CryptographicProviderTypeExtSource As StringValue
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As StringValue

value = instance.CryptographicProviderTypeExtSource

instance.CryptographicProviderTypeExtSource = value
[SchemaAttrAttribute(, "cryptProviderTypeExtSource")]
public StringValue CryptographicProviderTypeExtSource { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace