次の方法で共有


CryptAlgorithmClassValues 列挙型

定義

CryptAlgorithmClassValues 列挙型を定義します。

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

フィールド

名前 説明
Hash 0

ハッシング。

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

Custom 1

習慣。

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

このアイテムは、Office 2010 以降でのみ使用できます。

CryptAlgorithmClassValues(String)

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

Custom

習慣。

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

このアイテムは、Office 2010 以降でのみ使用できます。

Equality(CryptAlgorithmClassValues, CryptAlgorithmClassValues)
Equals(CryptAlgorithmClassValues)
Equals(Object)
GetHashCode()
Hash

ハッシング。

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptAlgorithmClassValues>.Create(String)
Inequality(CryptAlgorithmClassValues, CryptAlgorithmClassValues)
ToString()

適用対象