コード例 #1
0
 public ServiceProvider()
 {
     NameIdFormats = new NameIdFormats();
     NameIdFormats.Add(new NameIdFormat {
         Format = Saml20Constants.NameIdentifierFormats.Persistent
     });
     Endpoints = new ServiceProviderEndpoints();
     AuthenticationContexts = new AuthenticationContexts();
 }
コード例 #2
0
ファイル: ServiceProvider.cs プロジェクト: TecVector/SAML2
 public ServiceProvider()
 {
     NameIdFormats          = new NameIdFormats();
     Endpoints              = new ServiceProviderEndpoints();
     AuthenticationContexts = new AuthenticationContexts();
 }