IVsCredentialStorageService.CreateCredentialKey Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Alma ve kaldırma yöntemleriyle kullanılabilecek bir kimlik bilgisi anahtarı oluşturur.
public:
Microsoft::VisualStudio::Shell::Connected::CredentialStorage::IVsCredentialKey ^ CreateCredentialKey(System::String ^ featureName, System::String ^ resource, System::String ^ userName, System::String ^ type);
public:
Microsoft::VisualStudio::Shell::Connected::CredentialStorage::IVsCredentialKey ^ CreateCredentialKey(Platform::String ^ featureName, Platform::String ^ resource, Platform::String ^ userName, Platform::String ^ type);
Microsoft::VisualStudio::Shell::Connected::CredentialStorage::IVsCredentialKey CreateCredentialKey(std::wstring const & featureName, std::wstring const & resource, std::wstring const & userName, std::wstring const & type);
public Microsoft.VisualStudio.Shell.Connected.CredentialStorage.IVsCredentialKey CreateCredentialKey (string featureName, string resource, string userName, string type);
abstract member CreateCredentialKey : string * string * string * string -> Microsoft.VisualStudio.Shell.Connected.CredentialStorage.IVsCredentialKey
Public Function CreateCredentialKey (featureName As String, resource As String, userName As String, type As String) As IVsCredentialKey
Parametreler
- featureName
- String
Özellik adı. Null, boş veya boşluk olamaz.
- resource
- String
Kaynak. Null, boş veya boşluk olamaz.
- userName
- String
Kullanıcı adı. Null, boş veya boşluk olamaz.
- type
- String
Tür. Null, boş veya boşluk olamaz.
Döndürülenler
Kimlik bilgisi anahtarı.