Share via


EncryptingCredentials.SecurityKey 속성

정의

암호화 키 자료를 가져오거나 설정합니다.

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

속성 값

개념 키를 암호화하는 데 사용되는 암호화 키를 포함하는 SecurityKey입니다.

예외

속성을 null로 설정하려고 한 경우

적용 대상