¡@

Home 

c# Programming Glossary: localmachine

HTTPS from a console application?

http://stackoverflow.com/questions/10274207/https-from-a-console-application

makecert.exe r pe n CN My Root Authority ss CA sr LocalMachine a sha1 sky signature cy authority sv CA.pvk CA.cer #Certificate.. From the command line certmgr.exe add CA.cer r LocalMachine s CertificateAuthority certmgr.exe add server.pfx r LocalMachine.. s CertificateAuthority certmgr.exe add server.pfx r LocalMachine s My all From MMC Open up MMC by going to command prompt and..

Read a Registry Key

http://stackoverflow.com/questions/1675864/read-a-registry-key

the HKLM node the code is RegistryKey registryKey Registry.LocalMachine.OpenSubKey Software NodeName If the node is HKCU you can replace.. Software NodeName If the node is HKCU you can replace LocalMachine with Users. Once you have the RegistryKey object use GetValue..

Could not find a base address that matches scheme net.tcp

http://stackoverflow.com/questions/1793119/could-not-find-a-base-address-that-matches-scheme-net-tcp

identity certificateReference storeName My storeLocation LocalMachine x509FindType FindBySubjectDistinguishedName identity endpoint..

Signing SOAP messages using X.509 certificate from WCF service to Java webservice

http://stackoverflow.com/questions/4666970/signing-soap-messages-using-x-509-certificate-from-wcf-service-to-java-webservic

entrust user certification uat.fm.rbsgrp.net storeLocation LocalMachine storeName TrustedPublisher x509FindType FindBySubjectName clientCertificate.. None revocationMode NoCheck trustedStoreLocation LocalMachine serviceCertificate clientCredentials behavior endpointBehaviors..

How can I sign a file using RSA and SHA256 with .NET?

http://stackoverflow.com/questions/7444586/how-can-i-sign-a-file-using-rsa-and-sha256-with-net

the certificate with the private key. I read mine from the LocalMachine or CurrentUser store by using a public key file .cer to identify.. null X509Store store new X509Store StoreLocation.LocalMachine store.Open OpenFlags.ReadOnly foreach X509Certificate2 cert..