Share via


KeyTypes クラス

定義

必要なキーの種類を示すためにトークン要求 (RST) または応答 (RSTR) で使用される、プロトコルに任意に対応できる URI を定義します。

public ref class KeyTypes abstract sealed
public static class KeyTypes
type KeyTypes = class
Public Class KeyTypes
継承
KeyTypes

フィールド

Asymmetric

非対称キーの型を表す URI (http://schemas.System.com/idfx/keytype/asymmetric)。

Bearer

ベアラーのキーの型を表す URI (http://schemas.System.com/idfx/keytype/bearer)。

Symmetric

対称キーの型を表す URI (http://schemas.System.com/idfx/keytype/symmetric)。

適用対象