static public v1AuthenticationInformation Convert( AuthenticationInformation authenticationInformation ) { v1AuthenticationInformation v1AuthenticationInformation = new v1AuthenticationInformation(); v1AuthenticationInformation.Address = authenticationInformation.Address; // skipped - v1AuthenticationInformation.AuthorizationContexts; v1AuthenticationInformation.DnsName = authenticationInformation.DnsName; v1AuthenticationInformation.NotOnOrAfter = authenticationInformation.NotOnOrAfter; v1AuthenticationInformation.Session = authenticationInformation.Session; return v1AuthenticationInformation; }
static public v1AuthenticationInformation Convert(AuthenticationInformation authenticationInformation) { v1AuthenticationInformation v1AuthenticationInformation = new v1AuthenticationInformation(); v1AuthenticationInformation.Address = authenticationInformation.Address; // skipped - v1AuthenticationInformation.AuthorizationContexts; v1AuthenticationInformation.DnsName = authenticationInformation.DnsName; v1AuthenticationInformation.NotOnOrAfter = authenticationInformation.NotOnOrAfter; v1AuthenticationInformation.Session = authenticationInformation.Session; return(v1AuthenticationInformation); }