Share via


SecurityTokenService.GetProofToken(RequestSecurityToken, Scope) Yöntem

Tanım

Yanıta (RSTR) dahil edilecek kanıt belirtecini alır.

protected:
 virtual System::IdentityModel::Tokens::ProofDescriptor ^ GetProofToken(System::IdentityModel::Protocols::WSTrust::RequestSecurityToken ^ request, System::IdentityModel::Scope ^ scope);
protected virtual System.IdentityModel.Tokens.ProofDescriptor GetProofToken (System.IdentityModel.Protocols.WSTrust.RequestSecurityToken request, System.IdentityModel.Scope scope);
abstract member GetProofToken : System.IdentityModel.Protocols.WSTrust.RequestSecurityToken * System.IdentityModel.Scope -> System.IdentityModel.Tokens.ProofDescriptor
override this.GetProofToken : System.IdentityModel.Protocols.WSTrust.RequestSecurityToken * System.IdentityModel.Scope -> System.IdentityModel.Tokens.ProofDescriptor
Protected Overridable Function GetProofToken (request As RequestSecurityToken, scope As Scope) As ProofDescriptor

Parametreler

request
RequestSecurityToken

RequestSecurityToken Gelen belirteç isteğini (RST) temsil eden bir.

scope
Scope

Bağlı Scope olan taraf hakkındaki bilgileri kapsülleyen örnek.

Döndürülenler

ProofDescriptor Yeni oluşturulan kanıt tanımlayıcısını temsil eden bir. Kanıt tanımlayıcısı asimetrik bir kanıt tanımlayıcısı, simetrik bir kanıt tanımlayıcısı veya null taşıyıcı belirteç durumunda olabilir.

Özel durumlar

request, null değeridir.

-veya-

scope, null değeridir.

Açıklamalar

Bu yöntem, yönteminde uygulanan varsayılan belirteç verme işlem hattından çağrılır Issue .

Varsayılan uygulama bir kanıt tanımlayıcısı döndürür veya uygun bir özel durum oluşturur.

Şunlara uygulanır

Ayrıca bkz.