WorkbookProtection.RevisionsAlgorithmName Property
Cryptographic Algorithm Name.Represents the attribte in schema: revisionsAlgorithmName
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "revisionsAlgorithmName")> _
Public Property RevisionsAlgorithmName As StringValue
Get
Set
'Usage
Dim instance As WorkbookProtection
Dim value As StringValue
value = instance.RevisionsAlgorithmName
instance.RevisionsAlgorithmName = value
[SchemaAttrAttribute(, "revisionsAlgorithmName")]
public StringValue RevisionsAlgorithmName { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue