次の方法で共有


CryptAlgorithmValues 列挙型

定義

暗号化アルゴリズムの種類

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)
継承
CryptAlgorithmValues
継承
CryptAlgorithmValues

フィールド

CryptAlgorithmValues(String)

新しい CryptAlgorithmValues 列挙型インスタンスを作成します

Equals(CryptAlgorithmValues)
Equals(Object)
GetHashCode()
Invalid 1

アルゴリズムの種類が無効です。

アイテムを xml としてシリアル化されるときに、その値は "無効" です。

Invalid

アルゴリズムの種類が無効です。

アイテムを xml としてシリアル化されるときに、その値は "無効" です。

Equality(CryptAlgorithmValues, CryptAlgorithmValues)
Inequality(CryptAlgorithmValues, CryptAlgorithmValues)
ToString()
TypeAny 0

任意のアルゴリズムの種類。

項目を xml としてシリアル化されるときに、その値は "typeAny" です。

TypeAny

任意のアルゴリズムの種類。

項目を xml としてシリアル化されるときに、その値は "typeAny" です。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptAlgorithmValues>.Create(String)

適用対象