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 发出的。

适用于