C# Class System.Net.CredentialCache

Inheritance: ICredentials, IEnumerable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( Uri uriPrefix, string authType, NetworkCredential cred ) : void
Add ( string host, int port, string authenticationType, NetworkCredential credential ) : void
CredentialCache ( ) : System.Net.Sockets
GetCredential ( Uri uriPrefix, string authType ) : NetworkCredential
GetCredential ( string host, int port, string authenticationType ) : NetworkCredential
GetEnumerator ( ) : IEnumerator
Remove ( Uri uriPrefix, string authType ) : void
Remove ( string host, int port, string authenticationType ) : void

Method Details

Add() public méthode

public Add ( Uri uriPrefix, string authType, NetworkCredential cred ) : void
uriPrefix Uri
authType string
cred NetworkCredential
Résultat void

Add() public méthode

public Add ( string host, int port, string authenticationType, NetworkCredential credential ) : void
host string
port int
authenticationType string
credential NetworkCredential
Résultat void

CredentialCache() public méthode

public CredentialCache ( ) : System.Net.Sockets
Résultat System.Net.Sockets

GetCredential() public méthode

public GetCredential ( Uri uriPrefix, string authType ) : NetworkCredential
uriPrefix Uri
authType string
Résultat NetworkCredential

GetCredential() public méthode

public GetCredential ( string host, int port, string authenticationType ) : NetworkCredential
host string
port int
authenticationType string
Résultat NetworkCredential

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( Uri uriPrefix, string authType ) : void
uriPrefix Uri
authType string
Résultat void

Remove() public méthode

public Remove ( string host, int port, string authenticationType ) : void
host string
port int
authenticationType string
Résultat void