CryptAlgorithmClassValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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() |