public static A CreateService <A>(IBuilderServiceType <A> type)
 {
     return(ThreadSecurityContext.CreateBuilder(type));
 }
示例#2
0
        internal A CreateBuilder <A>(IBuilderServiceType <A> type)
        {
            CryptoStatus.IsReady();

            return((type as IBuilderService <A>).GetFunc(this).Invoke(type as IParameters <Algorithm>));
        }