共用方式為


CryptAlgorithmValues Enum

Definition

Defines the CryptAlgorithmValues enumeration.

public enum CryptAlgorithmValues
public readonly struct CryptAlgorithmValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues>
type CryptAlgorithmValues = 
type CryptAlgorithmValues = struct
    interface IEnumValue
    interface IEnumValueFactory<CryptAlgorithmValues>
Public Enum CryptAlgorithmValues
Public Structure CryptAlgorithmValues
Implements IEnumValue, IEnumValueFactory(Of CryptAlgorithmValues), IEquatable(Of CryptAlgorithmValues)
Inheritance
CryptAlgorithmValues
Inheritance
CryptAlgorithmValues

Fields

Name Value Description
TypeAny 0

Any Type.

When the item is serialized out as xml, its value is "typeAny".

Custom 1

custom.

When the item is serialized out as xml, its value is "custom".

This item is only available in Office 2010 and later.

CryptAlgorithmValues(String)

Creates a new CryptAlgorithmValues enum instance

Custom

custom.

When the item is serialized out as xml, its value is "custom".

This item is only available in Office 2010 and later.

Equality(CryptAlgorithmValues, CryptAlgorithmValues)
Equals(CryptAlgorithmValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptAlgorithmValues>.Create(String)
Inequality(CryptAlgorithmValues, CryptAlgorithmValues)
ToString()
TypeAny

Any Type.

When the item is serialized out as xml, its value is "typeAny".

Applies to