RsaEndpointIdentity 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定服務端點的 RSA 身分識別。
public ref class RsaEndpointIdentity : System::ServiceModel::EndpointIdentity
public class RsaEndpointIdentity : System.ServiceModel.EndpointIdentity
type RsaEndpointIdentity = class
inherit EndpointIdentity
Public Class RsaEndpointIdentity
Inherits EndpointIdentity
- 繼承
備註
RSA 是一種公開金鑰加密演算法,用來簽章與加密訊息。 每個人都知道用來加密的公開金鑰,以及用來解密訊息的私密金鑰。
建構函式
RsaEndpointIdentity(Claim) |
從宣告初始化 RsaEndpointIdentity 類別的新執行個體。 |
RsaEndpointIdentity(String) |
從公開金鑰初始化 RsaEndpointIdentity 類別的新執行個體。 |
RsaEndpointIdentity(X509Certificate2) |
初始化 RsaEndpointIdentity 類別的新執行個體。 |
屬性
IdentityClaim |
取得對應到身分識別的身分識別宣告。 (繼承來源 EndpointIdentity) |
方法
Equals(Object) |
傳回值,這個值會判斷指定的物件是否與目前的身分識別物件相等,或是否擁有相同的安全性屬性。 (繼承來源 EndpointIdentity) |
GetHashCode() |
針對身分識別目前的執行個體提供雜湊程式碼。 (繼承來源 EndpointIdentity) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
Initialize(Claim) |
使用指定的宣告初始化 EndpointIdentity。 (繼承來源 EndpointIdentity) |
Initialize(Claim, IEqualityComparer<Claim>) |
使用指定的宣告及介面來初始化 EndpointIdentity 並比較是否相等。 (繼承來源 EndpointIdentity) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回身分識別。 (繼承來源 EndpointIdentity) |