コード例 #1
0
 internal Initializer(ImpersonatedCredential other) : base(other)
 {
     TargetPrincipal  = other.TargetPrincipal;
     DelegateAccounts = other.DelegateAccounts;
     Scopes           = other.Scopes;
     Lifetime         = other.Lifetime;
 }
コード例 #2
0
 internal Initializer(ImpersonatedCredential other) : base(other.TokenServerUrl)
 {
     SourceCredential = other.SourceCredential;
     Options          = other.Options;
 }