Share via


IssuedTokenParametersElement.KeyType 속성

정의

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

public:
 property System::IdentityModel::Tokens::SecurityKeyType KeyType { System::IdentityModel::Tokens::SecurityKeyType get(); void set(System::IdentityModel::Tokens::SecurityKeyType value); };
[System.Configuration.ConfigurationProperty("keyType", DefaultValue=System.IdentityModel.Tokens.SecurityKeyType.SymmetricKey)]
public System.IdentityModel.Tokens.SecurityKeyType KeyType { get; set; }
[<System.Configuration.ConfigurationProperty("keyType", DefaultValue=System.IdentityModel.Tokens.SecurityKeyType.SymmetricKey)>]
member this.KeyType : System.IdentityModel.Tokens.SecurityKeyType with get, set
Public Property KeyType As SecurityKeyType

속성 값

SecurityKeyType

발급할 키의 형식을 지정하는 유효한 SecurityKeyType 값입니다. 기본값은 SymmetricKey입니다.

특성

적용 대상