WSTrustChannel.GetRequestAction(String, TrustVersion) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 요청 형식 및 WS-Trust 버전에 해당하는 WS-Addressing SOAP 작업을 가져옵니다.
protected:
static System::String ^ GetRequestAction(System::String ^ requestType, System::ServiceModel::Security::TrustVersion ^ trustVersion);
protected static string GetRequestAction (string requestType, System.ServiceModel.Security.TrustVersion trustVersion);
static member GetRequestAction : string * System.ServiceModel.Security.TrustVersion -> string
Protected Shared Function GetRequestAction (requestType As String, trustVersion As TrustVersion) As String
매개 변수
- requestType
- String
WS-Trust 요청의 형식입니다. 이 매개 변수는 RequestTypes 클래스의 문자열 제약 조건 중 하나여야 합니다.
- trustVersion
- TrustVersion
요청의 TrustVersion입니다.
반환
WS-Addressing 동작을 나타내는 URI를 포함하는 문자열입니다.