Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: 14342_Windows.WinMD
- old file: 14340_Windows.WinMD
- diff legends: +: added, -: removed, *: changed, |: type member changed
- + public class Windows.Security.Authentication.Identity.EnterpriseKeyCredentialRegistrationInfo {
- + public string KeyId { get; }
- + public string KeyName { get; }
- + public string Subject { get; }
- + public string TenantId { get; }
- + public string TenantName { get; }
- + }
- + public class Windows.Security.Authentication.Identity.EnterpriseKeyCredentialRegistrationManager {
- + public EnterpriseKeyCredentialRegistrationManager Current { get; }
- + public IAsyncOperation<IVectorView<EnterpriseKeyCredentialRegistrationInfo>> GetRegistrationsAsync();
- + }
Advertisement
Add Comment
Please, Sign In to add comment