RsaEndpointIdentity Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci RsaEndpointIdentity třídy .
Přetížení
RsaEndpointIdentity(Claim) |
Inicializuje novou instanci RsaEndpointIdentity třídy z deklarace identity. |
RsaEndpointIdentity(X509Certificate2) |
Inicializuje novou instanci RsaEndpointIdentity třídy . |
RsaEndpointIdentity(String) |
Inicializuje novou instanci RsaEndpointIdentity třídy z veřejného klíče. |
RsaEndpointIdentity(Claim)
- Zdroj:
- RsaEndpointIdentity.cs
- Zdroj:
- RsaEndpointIdentity.cs
- Zdroj:
- RsaEndpointIdentity.cs
Inicializuje novou instanci RsaEndpointIdentity třídy z deklarace identity.
public:
RsaEndpointIdentity(System::IdentityModel::Claims::Claim ^ identity);
public RsaEndpointIdentity (System.IdentityModel.Claims.Claim identity);
new System.ServiceModel.RsaEndpointIdentity : System.IdentityModel.Claims.Claim -> System.ServiceModel.RsaEndpointIdentity
Public Sub New (identity As Claim)
Parametry
Výjimky
identity
je null
.
Typ identity
deklarace identity není Rsa.
Platí pro
RsaEndpointIdentity(X509Certificate2)
- Zdroj:
- RsaEndpointIdentity.cs
- Zdroj:
- RsaEndpointIdentity.cs
- Zdroj:
- RsaEndpointIdentity.cs
Inicializuje novou instanci RsaEndpointIdentity třídy .
public:
RsaEndpointIdentity(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public RsaEndpointIdentity (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
new System.ServiceModel.RsaEndpointIdentity : System.Security.Cryptography.X509Certificates.X509Certificate2 -> System.ServiceModel.RsaEndpointIdentity
Public Sub New (certificate As X509Certificate2)
Parametry
- certificate
- X509Certificate2
Hodnota X509Certificate2
Výjimky
certificate
je null
.
Veřejný certificate
klíč je null
.
Veřejný klíč certifikátu není přístupný.
Poznámky
Objekt certificate
se převede na deklaraci identity RSA a identita koncového bodu se vytvoří metodou Initialize.
Platí pro
RsaEndpointIdentity(String)
- Zdroj:
- RsaEndpointIdentity.cs
- Zdroj:
- RsaEndpointIdentity.cs
- Zdroj:
- RsaEndpointIdentity.cs
Inicializuje novou instanci RsaEndpointIdentity třídy z veřejného klíče.
public:
RsaEndpointIdentity(System::String ^ publicKey);
public RsaEndpointIdentity (string publicKey);
new System.ServiceModel.RsaEndpointIdentity : string -> System.ServiceModel.RsaEndpointIdentity
Public Sub New (publicKey As String)
Parametry
- publicKey
- String
Veřejný klíč.
Výjimky
publicKey
je null
.
Poznámky
Veřejný klíč se převede na deklaraci identity RSA a identita koncového bodu se vytvoří metodou Initialize.