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