共用方式為


CryptAlgorithmValues Enum

Definition

Cryptographic Algorithm Type

public enum CryptAlgorithmValues
public readonly struct CryptAlgorithmValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues>, IEquatable<DocumentFormat.OpenXml.Presentation.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 Algorithm Type.

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

Invalid 1

Invalid Algorithm Type.

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

CryptAlgorithmValues(String)

Creates a new CryptAlgorithmValues enum instance

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

Invalid Algorithm Type.

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

ToString()
TypeAny

Any Algorithm Type.

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

Applies to