コード例 #1
0
ファイル: VpnChannel.cs プロジェクト: jokm1/uno-2
 public global::Windows.Networking.Vpn.VpnPickedCredential RequestCredentials(global::Windows.Networking.Vpn.VpnCredentialType credType, bool isRetry, bool isSingleSignOnCredential, global::Windows.Security.Cryptography.Certificates.Certificate certificate)
 {
     throw new global::System.NotImplementedException("The member VpnPickedCredential VpnChannel.RequestCredentials(VpnCredentialType credType, bool isRetry, bool isSingleSignOnCredential, Certificate certificate) is not implemented in Uno.");
 }
コード例 #2
0
ファイル: VpnChannel.cs プロジェクト: jokm1/uno-2
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Networking.Vpn.VpnCredential> RequestCredentialsAsync(global::Windows.Networking.Vpn.VpnCredentialType credType, uint credOptions, global::Windows.Security.Cryptography.Certificates.Certificate certificate)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<VpnCredential> VpnChannel.RequestCredentialsAsync(VpnCredentialType credType, uint credOptions, Certificate certificate) is not implemented in Uno.");
 }
コード例 #3
0
ファイル: PersistedKeyProvider.cs プロジェクト: zhuzilyy/uno
 public static global::Windows.Security.Cryptography.Core.CryptographicKey OpenPublicKeyFromCertificate(global::Windows.Security.Cryptography.Certificates.Certificate certificate, string hashAlgorithmName, global::Windows.Security.Cryptography.Core.CryptographicPadding padding)
 {
     throw new global::System.NotImplementedException("The member CryptographicKey PersistedKeyProvider.OpenPublicKeyFromCertificate(Certificate certificate, string hashAlgorithmName, CryptographicPadding padding) is not implemented in Uno.");
 }
コード例 #4
0
ファイル: PersistedKeyProvider.cs プロジェクト: zhuzilyy/uno
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Security.Cryptography.Core.CryptographicKey> OpenKeyPairFromCertificateAsync(global::Windows.Security.Cryptography.Certificates.Certificate certificate, string hashAlgorithmName, global::Windows.Security.Cryptography.Core.CryptographicPadding padding)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<CryptographicKey> PersistedKeyProvider.OpenKeyPairFromCertificateAsync(Certificate certificate, string hashAlgorithmName, CryptographicPadding padding) is not implemented in Uno.");
 }
コード例 #5
0
 public global::Windows.Foundation.IAsyncOperation <bool> RequestDeleteAsync(global::Windows.Security.Cryptography.Certificates.Certificate certificate)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> UserCertificateStore.RequestDeleteAsync(Certificate certificate) is not implemented in Uno.");
 }
コード例 #6
0
ファイル: CertificateStore.cs プロジェクト: nepronen/Uno
 public void Delete(global::Windows.Security.Cryptography.Certificates.Certificate certificate)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Security.Cryptography.Certificates.CertificateStore", "void CertificateStore.Delete(Certificate certificate)");
 }