コード例 #1
0
ファイル: Reference.cs プロジェクト: mkotelba/nhin-d
 public Health.Direct.Config.Store.Anchor[] EnumerateAnchors(long lastAnchorID, int maxResults, Health.Direct.Config.Client.CertificateService.CertificateGetOptions options)
 {
     return(base.Channel.EnumerateAnchors(lastAnchorID, maxResults, options));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: mkotelba/nhin-d
 public Health.Direct.Config.Store.Anchor[] GetOutgoingAnchors(string owner, Health.Direct.Config.Client.CertificateService.CertificateGetOptions options)
 {
     return(base.Channel.GetOutgoingAnchors(owner, options));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: mkotelba/nhin-d
 public Health.Direct.Config.Store.Anchor[] GetAnchors(long[] anchorIDs, Health.Direct.Config.Client.CertificateService.CertificateGetOptions options)
 {
     return(base.Channel.GetAnchors(anchorIDs, options));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: mkotelba/nhin-d
 public Health.Direct.Config.Store.Anchor GetAnchor(string owner, string thumbprint, Health.Direct.Config.Client.CertificateService.CertificateGetOptions options)
 {
     return(base.Channel.GetAnchor(owner, thumbprint, options));
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: mkotelba/nhin-d
 public Health.Direct.Config.Store.Certificate[] GetCertificatesForOwner(string owner, Health.Direct.Config.Client.CertificateService.CertificateGetOptions options)
 {
     return(base.Channel.GetCertificatesForOwner(owner, options));
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: mkotelba/nhin-d
 public Health.Direct.Config.Store.Certificate[] GetCertificates(long[] certificateIDs, Health.Direct.Config.Client.CertificateService.CertificateGetOptions options)
 {
     return(base.Channel.GetCertificates(certificateIDs, options));
 }