Share via


IssuedSecurityTokenParameters.KeyType 속성

정의

발급된 토큰 키 형식을 가져오거나 설정합니다.

public:
 property System::IdentityModel::Tokens::SecurityKeyType KeyType { System::IdentityModel::Tokens::SecurityKeyType get(); void set(System::IdentityModel::Tokens::SecurityKeyType value); };
public System.IdentityModel.Tokens.SecurityKeyType KeyType { get; set; }
member this.KeyType : System.IdentityModel.Tokens.SecurityKeyType with get, set
Public Property KeyType As SecurityKeyType

속성 값

SecurityKeyType

SecurityKeyType 값 중 하나입니다.

적용 대상