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 值。

適用於