angelwzr

14340 vs 14342

May 13th, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.75 KB | None | 0 0
  1.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  2.  
  3.  new file: 14342_Windows.WinMD
  4.  old file: 14340_Windows.WinMD
  5.  
  6.  diff legends: +: added, -: removed, *: changed, |: type member changed
  7.  
  8. + public class Windows.Security.Authentication.Identity.EnterpriseKeyCredentialRegistrationInfo {
  9. +   public string KeyId { get; }
  10. +   public string KeyName { get; }
  11. +   public string Subject { get; }
  12. +   public string TenantId { get; }
  13. +   public string TenantName { get; }
  14. + }
  15.  
  16. + public class Windows.Security.Authentication.Identity.EnterpriseKeyCredentialRegistrationManager {
  17. +   public EnterpriseKeyCredentialRegistrationManager Current { get; }
  18. +   public IAsyncOperation<IVectorView<EnterpriseKeyCredentialRegistrationInfo>> GetRegistrationsAsync();
  19. + }
Advertisement
Add Comment
Please, Sign In to add comment