DocumentProtection.CryptographicProvider Property

Cryptographic Provider.Represents the attribte in schema: w:cryptProvider

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

Syntax

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

value = instance.CryptographicProvider

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace