1 implementation of ICredentialPolicy
PresentationCore (1)
MS\Internal\AppModel\CustomCredentialPolicy.cs (1)
37
internal class CustomCredentialPolicy :
ICredentialPolicy
3 references to ICredentialPolicy
netstandard (1)
netstandard.cs (1)
1155
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
ICredentialPolicy
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
640
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
ICredentialPolicy
))]
System.Net.Requests (1)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (1)
13
public static System.Net.
ICredentialPolicy
? CredentialPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }