Share via


W.cryptProvider Field

Definition

Represents the w:cryptProvider XML attributes.

public static readonly System.Xml.Linq.XName cryptProvider;
 staticval mutable cryptProvider : System.Xml.Linq.XName
Public Shared ReadOnly cryptProvider As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: documentProtection, writeProtection.
  • corresponds to the following strongly-typed properties: DocumentProtection.CryptographicProvider, WriteProtection.CryptographicProvider.

Applies to