次の方法で共有


CryptProviderValues 列挙型

定義

CryptProviderValues 列挙型を定義します。

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

フィールド

名前 説明
RsaAdvancedEncryptionStandard 0

AES プロバイダー。

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

RsaFull 1

任意のプロバイダー。

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

Custom 2

習慣。

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

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

CryptProviderValues(String)

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

Custom

習慣。

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

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

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

AES プロバイダー。

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

RsaFull

任意のプロバイダー。

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

ToString()

適用対象