示例#1
0
 internal void AddGrantedByMe(Certification cert)
 {
     GrantedByMe.Add(cert);
 }
示例#2
0
 internal void RemoveGrantedByMe(Certification cert)
 {
     GrantedByMe.Remove(cert);
 }