次の方法で共有


CryptAlgorithmValues 列挙型

定義

CryptAlgorithmValues 列挙型を定義します。

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

フィールド

名前 説明
TypeAny 0

任意の型。

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

Custom 1

習慣。

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

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

CryptAlgorithmValues(String)

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

Custom

習慣。

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

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

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

任意の型。

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

適用対象