共用方式為


KerberosRequestorSecurityToken.GetRequest 方法

定義

取得 Kerberos 票證要求。

public:
 cli::array <System::Byte> ^ GetRequest();
public byte[] GetRequest ();
member this.GetRequest : unit -> byte[]
Public Function GetRequest () As Byte()

傳回

Byte[]

Byte 陣列,其中包含 Kerberos 票證要求結果。

備註

Kerberos 票證要求是使用 InitializeSecurityContext API 所建立的。

適用於