WsFederationConfiguration 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WsFederationConfiguration 클래스의 새 인스턴스를 초기화합니다.
오버로드
WsFederationConfiguration(WSFederationElement) |
지정된 |
WsFederationConfiguration(String, String) |
지정된 발급자 및 영역을 사용하여 WsFederationConfiguration 클래스의 새 인스턴스를 초기화합니다. |
WsFederationConfiguration(WSFederationElement)
지정된 <wsFederation>
요소에서 WsFederationConfiguration 클래스의 새 인스턴스를 초기화합니다.
public:
WsFederationConfiguration(System::IdentityModel::Services::Configuration::WSFederationElement ^ federationElement);
public WsFederationConfiguration (System.IdentityModel.Services.Configuration.WSFederationElement federationElement);
new System.IdentityModel.Services.Configuration.WsFederationConfiguration : System.IdentityModel.Services.Configuration.WSFederationElement -> System.IdentityModel.Services.Configuration.WsFederationConfiguration
Public Sub New (federationElement As WSFederationElement)
매개 변수
- federationElement
- WSFederationElement
새 인스턴스를 초기화할 <wsFederation>
요소입니다.
설명
새 인스턴스의 속성은 지정 된 설정에 따라 초기화 됩니다 <wsFederation>
요소입니다.
일부 유효성 검사를 수행 합니다 WSFederationElement 로 지정 된 개체 federationElement
합니다. 모두를 WSFederationElement.Issuer 속성 및 WSFederationElement.Realm 속성이 null이 아닌, 비어 있지 않은 값을 지정 해야 합니다. 경우는 WSFederationElement.RequireHttps 속성이 설정 되어 true
는 WSFederationElement.Issuer 속성에는 HTTPS 스키마가 하는 URI를 지정 해야 합니다.
WSFederationElement.Freshness 속성은 음수일 수 없습니다. 이러한 조건 중 하나라도 충족 되지 않는 경우 예외가 throw 됩니다.
추가 정보
적용 대상
WsFederationConfiguration(String, String)
지정된 발급자 및 영역을 사용하여 WsFederationConfiguration 클래스의 새 인스턴스를 초기화합니다.
public:
WsFederationConfiguration(System::String ^ issuer, System::String ^ realm);
public WsFederationConfiguration (string issuer, string realm);
new System.IdentityModel.Services.Configuration.WsFederationConfiguration : string * string -> System.IdentityModel.Services.Configuration.WsFederationConfiguration
Public Sub New (issuer As String, realm As String)
매개 변수
- issuer
- String
WS-Federation 인증 모듈(WSFAM)에서 사용할 발급자의 URI를 포함하고 있는 문자열입니다.
- realm
- String
WSFAM에 의해 사용되는 요청 영역의 URI를 포함하고 있는 문자열
예외
설명
Issuer 하 고 Realm 속성에 따라 초기화 됩니다 합니다 issuer
및 realm
매개 변수입니다. 다른 모든 속성을 기본값으로 초기화 됩니다.
적용 대상
.NET